mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
removed test about box text output
This commit is contained in:
parent
836758be94
commit
000d2056f6
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue