commit 31ebb844869cbd1ff898f2d0399dfa4c59e4a014
Author: Stephan Witt <[email protected]>
Date: Thu May 28 08:01:58 2015 +0200
improved positioning of version text in banner image
diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp
index 6b7ddd7..5275321 100644
--- a/src/frontends/qt4/GuiView.cpp
+++ b/src/frontends/qt4/GuiView.cpp
@@ -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 {