mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:59:11 +08: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
@ -15,7 +15,13 @@ SettingItem
|
|||||||
contents: MouseArea
|
contents: MouseArea
|
||||||
{
|
{
|
||||||
id: control
|
id: control
|
||||||
anchors.fill: parent
|
anchors
|
||||||
|
{
|
||||||
|
top: parent.top
|
||||||
|
bottom: parent.bottom
|
||||||
|
left: parent.left
|
||||||
|
}
|
||||||
|
width: UM.Theme.getSize("checkbox").width
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
|
|
||||||
property bool checked:
|
property bool checked:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user