diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml index 4d7a7d3b..b498784d 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/CustomButtonSettings.qml @@ -163,6 +163,7 @@ ColumnLayout { ColumnLayout { Layout.fillWidth: true + Layout.preferredWidth: parent.width RowLayout { id: unifiedWheelLayout @@ -191,9 +192,9 @@ ColumnLayout { } ColumnLayout { - id: separateWheelLayout + id: separatedWheelLayout + Layout.fillWidth: true visible: separateWheelToggle.checked - spacing: Style.marginS RowLayout { spacing: Style.marginM