NComboBox: slightly taller by default
This commit is contained in:
parent
dfd7edc540
commit
a7ce6737ec
2 changed files with 2 additions and 1 deletions
|
|
@ -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: ""
|
||||
|
|
|
|||
|
|
@ -76,6 +76,7 @@ NBox {
|
|||
description: ""
|
||||
placeholder: "Select a widget to add..."
|
||||
onSelected: key => comboBox.currentKey = key
|
||||
popupHeight: 240 * scaling
|
||||
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue