template-processor: ability to select the scheme straight from the wallpaper selector

This commit is contained in:
Lemmy
2026-01-22 14:25:05 -05:00
parent dbdc71288c
commit 360b23f7d4
4 changed files with 63 additions and 44 deletions
+2 -1
View File
@@ -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)