]> git.lyx.org Git - lyx.git/commitdiff
improved positioning of version text in banner image
authorStephan Witt <switt@lyx.org>
Thu, 28 May 2015 06:01:58 +0000 (08:01 +0200)
committerStephan Witt <switt@lyx.org>
Thu, 28 May 2015 06:01:58 +0000 (08:01 +0200)
src/frontends/qt4/GuiView.cpp

index 6b7ddd77c68703953691bd4983048341bfcd499b..527532171c702c14cd0c819d642ea17b3af443bb 100644 (file)
@@ -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 {