NComboBox: slightly taller by default

This commit is contained in:
LemmyCook
2025-09-02 19:55:23 -04:00
parent dfd7edc540
commit a7ce6737ec
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -76,6 +76,7 @@ NBox {
description: ""
placeholder: "Select a widget to add..."
onSelected: key => comboBox.currentKey = key
popupHeight: 240 * scaling
Layout.alignment: Qt.AlignVCenter
}