2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Removed blue window title, new small title used only in Windows.

This commit is contained in:
John Preston
2016-11-04 11:23:50 +03:00
parent 1ecd6866c7
commit 0cbb0014db
72 changed files with 726 additions and 1583 deletions

View File

@@ -37,7 +37,7 @@ boxBlueClose: MaskButton(defaultMaskButton) {
iconBg: #c8e1f0;
iconBgOver: #ffffff;
icon: icon {{ "box_button_close", boxBlueTitleBg }};
icon: icon {{ "box_button_close-invert", boxBlueTitleBg }};
}
confirmInviteTitle: flatLabel(labelDefFlat) {
@@ -198,7 +198,7 @@ notificationsBoxMonitorTop: 63px;
notificationsBoxMonitor: icon {{ "monitor", notificationsBoxMonitorFg }};
notificationsBoxScreenTop: 10px;
notificationsBoxScreenSize: size(280px, 160px);
notificationsBoxScreenBg: titleBg;
notificationsBoxScreenBg: #6389a8;
notificationsBoxCountLabelTop: 80px;
notificationsBoxCountTop: 30px;

View File

@@ -405,7 +405,6 @@ void PasscodeBox::onSave(bool force) {
cSetPasscodeBadTries(0);
Local::setPasscode(pwd.toUtf8());
App::wnd()->checkAutoLock();
App::wnd()->getTitle()->updateControlsVisibility();
onClose();
}
}