mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Flipped icon for rotation button in photo editor.
This commit is contained in:
parent
0f538e2606
commit
dad9f4b87d
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ photoEditorRotateButton: IconButton(defaultIconButton) {
|
|||
width: photoEditorButtonBarHeight;
|
||||
height: photoEditorButtonBarHeight;
|
||||
|
||||
icon: icon {{ "photo_editor/rotate", photoEditorButtonIconFg }};
|
||||
iconOver: icon {{ "photo_editor/rotate", photoEditorButtonIconFgOver }};
|
||||
icon: icon {{ "photo_editor/rotate-flip_horizontal", photoEditorButtonIconFg }};
|
||||
iconOver: icon {{ "photo_editor/rotate-flip_horizontal", photoEditorButtonIconFgOver }};
|
||||
|
||||
rippleAreaPosition: point(4px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
|
|
Loading…
Add table
Reference in a new issue