fix(Core): add missing `rotation` property to `StatusIconSettings`
This commit is contained in:
parent
1e558b59b0
commit
341c0ddd0d
|
@ -9,5 +9,6 @@ QtObject {
|
||||||
property real height
|
property real height
|
||||||
property color color
|
property color color
|
||||||
property url source
|
property url source
|
||||||
|
property int rotation
|
||||||
property StatusIconBackgroundSettings background: StatusIconBackgroundSettings {}
|
property StatusIconBackgroundSettings background: StatusIconBackgroundSettings {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue