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

View file

@ -10,7 +10,7 @@ RowLayout {
readonly property real preferredHeight: Style.baseWidgetSize * 1.1 * scaling
property real preferredWidth: 320 * scaling
property real popupHeight: 160 * scaling
property real popupHeight: 180 * scaling
property string label: ""
property string description: ""