mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-07 20:31:31 +00:00
NComboBox is too wide by default
This commit is contained in:
@@ -8,7 +8,7 @@ import qs.Widgets
|
||||
RowLayout {
|
||||
id: root
|
||||
|
||||
property real minimumWidth: 280 * Style.uiScaleRatio
|
||||
property real minimumWidth: 200 * Style.uiScaleRatio
|
||||
property real popupHeight: 180 * Style.uiScaleRatio
|
||||
|
||||
property string label: ""
|
||||
|
||||
Reference in New Issue
Block a user