mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 05:09:06 +08:00
Also use proper icon size for left icon
Almost forgot! Contributes to issue CURA-8565.
This commit is contained in:
parent
6d1ffbde69
commit
c117b61503
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user