mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
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:
parent
978c87fae7
commit
4cd32706e8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user