mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:35:54 +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
|
right: parent.right
|
||||||
rightMargin: UM.Theme.getSize("wide_margin").width
|
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
|
style: ButtonStyle
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user