fix: fix Status button with weird margin

This commit is contained in:
Jonathan Rainville 2020-10-26 10:21:41 -04:00
parent ccb226d3bd
commit c05cc09d20
1 changed files with 1 additions and 1 deletions

View File

@ -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