mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Add color property to ColorDialog
CURA-11193
This commit is contained in:
parent
e121d2fa80
commit
0ff069a8dd
1 changed files with 3 additions and 0 deletions
|
@ -9,4 +9,7 @@ import QtQuick.Dialogs
|
|||
// due for deprication, use Qt Color Dialog instead
|
||||
ColorDialog
|
||||
{
|
||||
id: root
|
||||
|
||||
property alias color: root.selectedColor
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue