mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Click on checkbox only for checkbox-setting.
People accidentally set (checkbox) settings when mis-clicking slightly when scrolling through the settings. CURA-9530
This commit is contained in:
parent
3c9d38ebd4
commit
5b851e4630
1 changed files with 7 additions and 1 deletions
|
|
@ -15,7 +15,13 @@ SettingItem
|
|||
contents: MouseArea
|
||||
{
|
||||
id: control
|
||||
anchors.fill: parent
|
||||
anchors
|
||||
{
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
left: parent.left
|
||||
}
|
||||
width: UM.Theme.getSize("checkbox").width
|
||||
hoverEnabled: true
|
||||
|
||||
property bool checked:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue