Skip to content

Expand the combobox popup to fit for very long text

Marco Martin requested to merge work/mart/ComboboxLongText into master

Need to use a Repeater and a ColumnLayout instead of a ListView, as you can't precisely have the implicit width of the largest listview item as it mey not be currently instantiated

BUG:403153

Merge request reports