From 31ebb844869cbd1ff898f2d0399dfa4c59e4a014 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Thu, 28 May 2015 08:01:58 +0200 Subject: [PATCH] improved positioning of version text in banner image --- src/frontends/qt4/GuiView.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 6b7ddd77c6..527532171c 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 { -- 2.39.2