diff --git a/Modules/Settings/Controls/SettingList.qml b/Modules/Settings/Controls/SettingList.qml index 6351c91..fad061f 100644 --- a/Modules/Settings/Controls/SettingList.qml +++ b/Modules/Settings/Controls/SettingList.qml @@ -194,6 +194,9 @@ Item { } Separator { + Layout.fillWidth: true + anchors.left: undefined + anchors.right: undefined } RowLayout { @@ -225,6 +228,9 @@ Item { } Separator { + Layout.fillWidth: true + anchors.left: undefined + anchors.right: undefined } Item {