ColorPicker: splitted in two NColorPicker + NColorPickerDialog
+ fixed layout and a few little bugs
This commit is contained in:
parent
8426e36f46
commit
4f871296ae
3 changed files with 537 additions and 525 deletions
|
|
@ -115,7 +115,6 @@ ColumnLayout {
|
|||
NColorPicker {
|
||||
selectedColor: Settings.data.wallpaper.fillColor
|
||||
onColorSelected: color => Settings.data.wallpaper.fillColor = color
|
||||
onColorCancelled: selectedColor = Settings.data.wallpaper.fillColor
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue