2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

New main menu in DialogsWidget.

Also "flip_horizontal" and "flip_vertical" modifiers support added.
Also moving parts of MainWindow to Window::MainWindow.
This commit is contained in:
John Preston
2016-11-04 14:14:47 +03:00
parent 0cbb0014db
commit 3a599e0752
86 changed files with 565 additions and 774 deletions

View File

@@ -151,11 +151,11 @@ introBackButton: IconButton {
icon: icon {
{ size(40px, 40px), #f2f2f2 },
{ "title_previous", #adadad, point(12px, 12px) },
{ "title_back", #adadad, point(12px, 12px) },
};
iconOver: icon {
{ size(40px, 40px), #eeeeee },
{ "title_previous", #969696, point(12px, 12px) },
{ "title_back", #969696, point(12px, 12px) },
};
iconPosition: point(0px, 0px);