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! ;-)"); }