mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-15 05:33:17 +08: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
@ -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…
x
Reference in New Issue
Block a user