mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user