mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
template-processor: ability to select the scheme straight from the wallpaper selector
This commit is contained in:
@@ -17,8 +17,9 @@ RowLayout {
|
||||
property string placeholder: ""
|
||||
property var defaultValue: undefined
|
||||
property string settingsPath: ""
|
||||
property real baseSize: 1.0
|
||||
|
||||
readonly property real preferredHeight: Math.round(Style.baseWidgetSize * 1.1)
|
||||
readonly property real preferredHeight: Math.round(Style.baseWidgetSize * 1.1 * root.baseSize)
|
||||
readonly property var comboBox: combo
|
||||
|
||||
signal selected(string key)
|
||||
|
||||
Reference in New Issue
Block a user