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:
Jaime van Kessel 2021-07-27 11:20:07 +02:00
parent 170572fc47
commit f11079adcf
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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
{