fix: fix Status button with weird margin
This commit is contained in:
parent
ccb226d3bd
commit
c05cc09d20
|
@ -25,7 +25,7 @@ Button {
|
|||
|
||||
Loader {
|
||||
id: iconLoader
|
||||
active: !!control.icon && !!control.icon.source
|
||||
active: !!control.icon && !!control.icon.source.toString()
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: Style.current.halfPadding
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
Loading…
Reference in New Issue