mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07: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
|
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…
Add table
Add a link
Reference in a new issue