mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
fix whitespace issue
This commit is contained in:
parent
0f3fc879d0
commit
89469a9e55
@ -245,7 +245,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
QSize splashSize() const {
|
QSize splashSize() const {
|
||||||
return QSize(
|
return QSize(
|
||||||
static_cast<unsigned int>(width_ * pixelRatio()),
|
static_cast<unsigned int>(width_ * pixelRatio()),
|
||||||
static_cast<unsigned int>(height_ * pixelRatio()));
|
static_cast<unsigned int>(height_ * pixelRatio()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user