mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:48:58 +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
|
||||
text: "#FFFFFF"
|
||||
selectByMouse: true
|
||||
anchors.top: colorLabel.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||
validator: RegExpValidator { regExp: /^#([a-fA-F0-9]{6})$/ }
|
||||
|
Loading…
x
Reference in New Issue
Block a user