mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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;
|
width: photoEditorButtonBarHeight;
|
||||||
height: photoEditorButtonBarHeight;
|
height: photoEditorButtonBarHeight;
|
||||||
|
|
||||||
icon: icon {{ "photo_editor/rotate", photoEditorButtonIconFg }};
|
icon: icon {{ "photo_editor/rotate-flip_horizontal", photoEditorButtonIconFg }};
|
||||||
iconOver: icon {{ "photo_editor/rotate", photoEditorButtonIconFgOver }};
|
iconOver: icon {{ "photo_editor/rotate-flip_horizontal", photoEditorButtonIconFgOver }};
|
||||||
|
|
||||||
rippleAreaPosition: point(4px, 4px);
|
rippleAreaPosition: point(4px, 4px);
|
||||||
rippleAreaSize: 40px;
|
rippleAreaSize: 40px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue