Update lock/unlock icon.

This commit is contained in:
John Preston 2023-07-14 17:25:28 +04:00
parent d46f974ab5
commit 3851fa27d9
13 changed files with 10 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 817 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 541 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 769 B

View file

@ -218,13 +218,18 @@ dialogsMenuToggleUnreadMuted: icon {
{ "dialogs/dialogs_menu_unread_dot", dialogsMenuIconFg }, { "dialogs/dialogs_menu_unread_dot", dialogsMenuIconFg },
}; };
dialogsLock: IconButton(dialogsMenuToggle) { dialogsLock: IconButton {
icon: icon {{ "dialogs/dialogs_lock", dialogsMenuIconFg }}; width: 36px;
iconOver: icon {{ "dialogs/dialogs_lock", dialogsMenuIconFgOver }}; height: 38px;
icon: icon {{ "dialogs/dialogs_lock_off", dialogsMenuIconFg }};
iconOver: icon {{ "dialogs/dialogs_lock_off", dialogsMenuIconFgOver }};
iconPosition: point(-1px, -1px);
ripple: emptyRippleAnimation; ripple: emptyRippleAnimation;
} }
dialogsUnlockIcon: icon {{ "dialogs/dialogs_unlock", dialogsMenuIconFg }}; dialogsUnlockIcon: icon {{ "dialogs/dialogs_lock_on", dialogsMenuIconFg }};
dialogsUnlockIconOver: icon {{ "dialogs/dialogs_unlock", dialogsMenuIconFgOver }}; dialogsUnlockIconOver: icon {{ "dialogs/dialogs_lock_on", dialogsMenuIconFgOver }};
dialogsCalendar: IconButton { dialogsCalendar: IconButton {
width: 32px; width: 32px;
height: 35px; height: 35px;