mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Make input field in ColorDialog selectable by mouse
CURA 8687
This commit is contained in:
parent
86392ab471
commit
959caece90
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue