ColorPicker: splitted in two NColorPicker + NColorPickerDialog

+ fixed layout and a few little bugs
This commit is contained in:
LemmyCook 2025-09-05 22:17:58 -04:00
parent 8426e36f46
commit 4f871296ae
3 changed files with 537 additions and 525 deletions

View file

@ -115,7 +115,6 @@ ColumnLayout {
NColorPicker {
selectedColor: Settings.data.wallpaper.fillColor
onColorSelected: color => Settings.data.wallpaper.fillColor = color
onColorCancelled: selectedColor = Settings.data.wallpaper.fillColor
}
}