mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix hover effect on "enable support" checkbox
This commit is contained in:
parent
b05954f99f
commit
98aca20197
1 changed files with 2 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ Item
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: enableSupportCheckBox
|
id: enableSupportCheckBox
|
||||||
|
property alias _hovered: enableSupportMouseArea.containsMouse
|
||||||
|
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: enableSupportLabel.right
|
anchors.left: enableSupportLabel.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue