mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NColorChoice: fix ActiveWindow and default props
This commit is contained in:
@@ -74,7 +74,6 @@ ColumnLayout {
|
||||
valueTextColor = key;
|
||||
saveSettings();
|
||||
}
|
||||
minimumWidth: 200
|
||||
}
|
||||
|
||||
NToggle {
|
||||
|
||||
@@ -11,8 +11,8 @@ RowLayout {
|
||||
property string tooltip: ""
|
||||
property string currentKey: ""
|
||||
property var defaultValue: "none"
|
||||
property color noneColor: undefined
|
||||
property color noneOnColor: undefined
|
||||
property color noneColor
|
||||
property color noneOnColor
|
||||
|
||||
readonly property bool isValueChanged: currentKey !== defaultValue
|
||||
readonly property string indicatorTooltip: {
|
||||
|
||||
Reference in New Issue
Block a user