Browse Source

Also use proper icon size for left icon

Almost forgot!

Contributes to issue CURA-8565.
Ghostkeeper 3 years ago
parent
commit
d4ebf3baa0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/ActionButton.qml

+ 1 - 1
resources/qml/ActionButton.qml

@@ -110,7 +110,7 @@ Button
         {
             id: buttonIconLeft
             source: ""
-            height: visible ? UM.Theme.getSize("action_button_icon").height : 0
+            height: visible ? button.iconSize : 0
             width: visible ? height : 0
             sourceSize.width: width
             sourceSize.height: height