mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
improved positioning of version text in banner image
This commit is contained in:
parent
ba002eec84
commit
31ebb84486
@ -237,11 +237,11 @@ private:
|
||||
}
|
||||
|
||||
qreal fontSize() const {
|
||||
return toqstr(lyxrc.font_sizes[FONT_SIZE_LARGE]).toDouble();
|
||||
return toqstr(lyxrc.font_sizes[FONT_SIZE_NORMAL]).toDouble();
|
||||
}
|
||||
|
||||
QPointF textPosition() const {
|
||||
return QPointF(width_/2 - 16, height_ - 40);
|
||||
return QPointF(width_/2 - 18, height_/2 + 45);
|
||||
}
|
||||
|
||||
QSize splashSize() const {
|
||||
|
Loading…
Reference in New Issue
Block a user