Restore the version number position on the splash screen

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17754 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2007-04-07 01:07:51 +00:00
parent 978c87fae7
commit 4cd32706e8

View File

@ -489,8 +489,8 @@ void GuiWorkArea::doGreyOut(QLPainter & pain)
pain.drawPixmap(x, y, pm);
x += 300;
y += 265;
x += 260;
y += 270;
pain.setPen(QColor(255, 255, 0));
pain.setFont(font);