mirror of https://github.com/procxx/kepka.git
removed test about box text output
This commit is contained in:
parent
836758be94
commit
000d2056f6
|
@ -92,8 +92,6 @@ void AboutBox::paintEvent(QPaintEvent *e) {
|
||||||
p.setFont(st::aboutVersionFont->f);
|
p.setFont(st::aboutVersionFont->f);
|
||||||
p.setPen(st::aboutVersionColor->p);
|
p.setPen(st::aboutVersionColor->p);
|
||||||
p.drawText((_width - _versionWidth) / 2, st::aboutVersionTop + st::aboutVersionFont->ascent, _versionText);
|
p.drawText((_width - _versionWidth) / 2, st::aboutVersionTop + st::aboutVersionFont->ascent, _versionText);
|
||||||
|
|
||||||
p.drawText(10, 30, "t\n\nt\nt");
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
p.setOpacity(a_opacity.current());
|
p.setOpacity(a_opacity.current());
|
||||||
|
|
Loading…
Reference in New Issue