mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:18:59 +08:00
Make input field in ColorDialog selectable by mouse
CURA 8687
This commit is contained in:
parent
86392ab471
commit
959caece90
@ -38,6 +38,7 @@ UM.Dialog
|
|||||||
{
|
{
|
||||||
id: colorInput
|
id: colorInput
|
||||||
text: "#FFFFFF"
|
text: "#FFFFFF"
|
||||||
|
selectByMouse: true
|
||||||
anchors.top: colorLabel.bottom
|
anchors.top: colorLabel.bottom
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
validator: RegExpValidator { regExp: /^#([a-fA-F0-9]{6})$/ }
|
validator: RegExpValidator { regExp: /^#([a-fA-F0-9]{6})$/ }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user