|
|
@ -54,6 +54,7 @@ T.ComboBox { |
|
|
|
// The items in the popup |
|
|
|
// The items in the popup |
|
|
|
delegate: ItemDelegate { |
|
|
|
delegate: ItemDelegate { |
|
|
|
width: _popupWidth |
|
|
|
width: _popupWidth |
|
|
|
|
|
|
|
height: Math.round(popupItemMetrics.height * 1.75) |
|
|
|
|
|
|
|
|
|
|
|
property string _text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData |
|
|
|
property string _text: control.textRole ? (Array.isArray(control.model) ? modelData[control.textRole] : model[control.textRole]) : modelData |
|
|
|
|
|
|
|
|
|
|
|