fix(StatusIconTextButton): make icon invisible when no icon is loaded
Otherwise this button has invisible left padding when no icon is set
This commit is contained in:
parent
91cafca41f
commit
ce22d8759c
|
@ -64,6 +64,7 @@ AbstractButton {
|
|||
width: root.icon.width
|
||||
height: root.icon.height
|
||||
rotation: root.iconRotation
|
||||
visible: status == Image.Ready
|
||||
}
|
||||
StatusBaseText {
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
|
|
Loading…
Reference in New Issue