diff --git a/shell/package/contents/configuration/AppearanceConfig.qml b/shell/package/contents/configuration/AppearanceConfig.qml index 14fe68ed1..678081fce 100644 --- a/shell/package/contents/configuration/AppearanceConfig.qml +++ b/shell/package/contents/configuration/AppearanceConfig.qml @@ -1262,6 +1262,7 @@ PlasmaComponents.Page { } //! END: Length + //! Bottom spacer PlasmaComponents.Label{ id: bottomMarginSpacer text:" " diff --git a/shell/package/contents/configuration/BehaviorConfig.qml b/shell/package/contents/configuration/BehaviorConfig.qml index 41513ff86..8f3f49782 100644 --- a/shell/package/contents/configuration/BehaviorConfig.qml +++ b/shell/package/contents/configuration/BehaviorConfig.qml @@ -495,6 +495,7 @@ PlasmaComponents.Page { } //! END: Delay + //! Bottom spacer PlasmaComponents.Label{ id: bottomMarginSpacer text:" " diff --git a/shell/package/contents/configuration/TasksConfig.qml b/shell/package/contents/configuration/TasksConfig.qml index 9819ff746..e3b79d838 100644 --- a/shell/package/contents/configuration/TasksConfig.qml +++ b/shell/package/contents/configuration/TasksConfig.qml @@ -274,7 +274,6 @@ PlasmaComponents.Page { RowLayout { Layout.fillWidth: true Layout.leftMargin: units.smallSpacing * 2 - Layout.rightMargin: units.smallSpacing * 2 spacing: 2 property int group: plasmoid.configuration.launchersGroup @@ -382,6 +381,7 @@ PlasmaComponents.Page { } //! END: Tasks Filters + //! Bottom spacer PlasmaComponents.Label{ id: bottomMarginSpacer text:" " diff --git a/shell/package/contents/configuration/TweaksConfig.qml b/shell/package/contents/configuration/TweaksConfig.qml index 4697d7ad7..32ccf3bbc 100644 --- a/shell/package/contents/configuration/TweaksConfig.qml +++ b/shell/package/contents/configuration/TweaksConfig.qml @@ -275,6 +275,7 @@ PlasmaComponents.Page { } //! END: Extra Actions + //! Bottom spacer PlasmaComponents.Label{ id: bottomMarginSpacer text:" "