mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 14:16:01 +08:00
Fix width & height of setting visibility button
The widht & height were not set correctly, which made the mouse area smaller than the icon of the button. CURA-8438
This commit is contained in:
parent
170572fc47
commit
f11079adcf
@ -185,6 +185,8 @@ Item
|
||||
right: parent.right
|
||||
rightMargin: UM.Theme.getSize("wide_margin").width
|
||||
}
|
||||
width: UM.Theme.getSize("medium_button_icon").width
|
||||
height: UM.Theme.getSize("medium_button_icon").height
|
||||
|
||||
style: ButtonStyle
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user