2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-01 15:05:56 +00:00

Removed some old styles. Divided basic_types module to several.

This commit is contained in:
John Preston
2016-09-29 14:37:16 +03:00
parent 73a8d27bfd
commit f1f7333c7a
48 changed files with 1567 additions and 1574 deletions

View File

@@ -186,7 +186,7 @@ void PasscodeWidget::paintEvent(QPaintEvent *e) {
p.setOpacity(a_shadow.current());
p.drawPixmap(QRect(a_coordOver.current() - st::slideShadow.pxWidth(), 0, st::slideShadow.pxWidth(), height()), App::sprite(), st::slideShadow.rect());
} else {
p.fillRect(rect(), st::setBG->b);
p.fillRect(rect(), st::windowBg);
p.setFont(st::passcodeHeaderFont->f);
p.drawText(QRect(0, _passcode.y() - st::passcodeHeaderHeight, width(), st::passcodeHeaderHeight), lang(lng_passcode_enter), style::al_center);