This commit is contained in:
Ly-sec
2025-09-02 17:03:36 +02:00
19 changed files with 154 additions and 159 deletions
+1
View File
@@ -17,6 +17,7 @@ ColumnLayout {
text: label
font.pointSize: Style.fontSizeL * scaling
font.weight: Style.fontWeightBold
font.capitalization: Font.Capitalize
color: labelColor
visible: label !== ""
}
+2 -3
View File
@@ -75,9 +75,8 @@ NBox {
label: ""
description: ""
placeholder: "Select a widget to add..."
onSelected: key => {
comboBox.currentKey = key
}
onSelected: key => comboBox.currentKey = key
Layout.alignment: Qt.AlignVCenter
}