From 3a7a338da8b7e529bdf4068ddcc0689a7003debc Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 7 Jun 2021 13:02:55 +0200 Subject: [PATCH] feat(StatusFlatRoundButton): support icon rotation --- src/StatusQ/Controls/StatusFlatRoundButton.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/StatusQ/Controls/StatusFlatRoundButton.qml b/src/StatusQ/Controls/StatusFlatRoundButton.qml index 108bb61b..aa0ea77b 100644 --- a/src/StatusQ/Controls/StatusFlatRoundButton.qml +++ b/src/StatusQ/Controls/StatusFlatRoundButton.qml @@ -10,6 +10,7 @@ Rectangle { property StatusIconSettings icon: StatusIconSettings { width: 23 height: 23 + rotation: 0 color: { switch(statusFlatRoundButton.type) { @@ -107,6 +108,7 @@ Rectangle { visible: !loading icon: statusFlatRoundButton.icon.name + rotation: statusFlatRoundButton.icon.rotation width: statusFlatRoundButton.icon.width height: statusFlatRoundButton.icon.height