mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-26 16:13:55 -06:00
Also use proper icon size for left icon
Almost forgot! Contributes to issue CURA-8565.
This commit is contained in:
parent
0cd8798aff
commit
d4ebf3baa0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ Button
|
||||||
{
|
{
|
||||||
id: buttonIconLeft
|
id: buttonIconLeft
|
||||||
source: ""
|
source: ""
|
||||||
height: visible ? UM.Theme.getSize("action_button_icon").height : 0
|
height: visible ? button.iconSize : 0
|
||||||
width: visible ? height : 0
|
width: visible ? height : 0
|
||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue