From 75acc833900cf13ca6aa9947176f6b0d7e3240df Mon Sep 17 00:00:00 2001 From: doitux Date: Fri, 2 Feb 2007 01:24:45 +0000 Subject: [PATCH] --- src/gui/qt/mainwindow/startsplash/startsplash.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/qt/mainwindow/startsplash/startsplash.cpp b/src/gui/qt/mainwindow/startsplash/startsplash.cpp index b6aa80c0..9f01d0fe 100644 --- a/src/gui/qt/mainwindow/startsplash/startsplash.cpp +++ b/src/gui/qt/mainwindow/startsplash/startsplash.cpp @@ -214,7 +214,7 @@ void StartSplash::paintEvent(QPaintEvent * event) { painter.setFont(haveFont); painter.setPen(QColor(255,255,255)); - painter.drawText(48,190,300,40,4,"Have a lot of fun!"); + painter.drawText(3,190,390,40,4,"Have a lot of fun!"); } @@ -232,7 +232,7 @@ void StartSplash::paintEvent(QPaintEvent * event) { painter.setFont(haveFont); painter.setPen(QColor(255,255,255)); - painter.drawText(48,190,300,40,4,"Have a lot of fun! ;-)"); + painter.drawText(3,190,390,40,4,"Have a lot of fun! ;-)"); }