mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-31 12:14:34 +00:00
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.setPen(st::aboutVersionColor->p);
|
||||
p.drawText((_width - _versionWidth) / 2, st::aboutVersionTop + st::aboutVersionFont->ascent, _versionText);
|
||||
|
||||
p.drawText(10, 30, "t\n\nt\nt");
|
||||
}
|
||||
} else {
|
||||
p.setOpacity(a_opacity.current());
|
||||
|
Loading…
Reference in New Issue
Block a user