improved positioning of version text in banner image

This commit is contained in:
Stephan Witt 2015-05-28 08:01:58 +02:00
parent ba002eec84
commit 31ebb84486

View File

@ -237,11 +237,11 @@ private:
} }
qreal fontSize() const { qreal fontSize() const {
return toqstr(lyxrc.font_sizes[FONT_SIZE_LARGE]).toDouble(); return toqstr(lyxrc.font_sizes[FONT_SIZE_NORMAL]).toDouble();
} }
QPointF textPosition() const { QPointF textPosition() const {
return QPointF(width_/2 - 16, height_ - 40); return QPointF(width_/2 - 18, height_/2 + 45);
} }
QSize splashSize() const { QSize splashSize() const {