Since meeting we have new codename :)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-11-18 01:38:18 +00:00
parent 13f76f3ac0
commit 45624a5864
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 173 KiB

View File

@ -127,7 +127,7 @@ public:
font.setWeight(QFont::Bold);
font.setPointSize(int(toqstr(lyxrc.font_sizes[FONT_SIZE_LARGE]).toDouble()));
pain.setFont(font);
pain.drawText(190, 225, text);
pain.drawText(260, 15, text);
}
void paintEvent(QPaintEvent *)