diff --git a/gr.ictpro.jsalatas.plasma.pstate/contents/ui/ComboBox.qml b/gr.ictpro.jsalatas.plasma.pstate/contents/ui/ComboBox.qml index b37e1a2..4581aaa 100644 --- a/gr.ictpro.jsalatas.plasma.pstate/contents/ui/ComboBox.qml +++ b/gr.ictpro.jsalatas.plasma.pstate/contents/ui/ComboBox.qml @@ -81,6 +81,6 @@ RowLayout { } } - Layout.minimumWidth: parent.width + Layout.minimumWidth: units.gridUnit * 4 } }