Bar Add Widget: taller NComboBox

This commit is contained in:
LemmyCook 2025-09-08 00:05:58 -04:00
parent 4d7bc811c4
commit b3eea2215d

View file

@ -79,7 +79,7 @@ NBox {
description: ""
placeholder: "Select a widget to add..."
onSelected: key => comboBox.currentKey = key
popupHeight: 240 * scaling
popupHeight: 340 * scaling
Layout.alignment: Qt.AlignVCenter
}