mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue