remove no-needed right margins from Behavior page

--use the same margins for all dock settings pages
in order to look more consistent
pull/2/head
Michail Vourlakos 7 years ago
parent 28fbfc1eb1
commit 6b93219ca6

@ -51,7 +51,6 @@ PlasmaComponents.Page {
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Layout.topMargin: units.smallSpacing
visible: plasmoid.configuration.advanced && dockConfig.showInlineProperties
@ -71,7 +70,6 @@ PlasmaComponents.Page {
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Layout.topMargin: units.smallSpacing
Header {
@ -272,7 +270,6 @@ PlasmaComponents.Page {
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Header {
text: i18n("Alignment")
@ -358,7 +355,6 @@ PlasmaComponents.Page {
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Header {
text: i18n("Visibility")
@ -444,7 +440,6 @@ PlasmaComponents.Page {
//! BEGIN: Delay
ColumnLayout {
Layout.fillWidth: true
Layout.rightMargin: units.smallSpacing * 2
spacing: units.smallSpacing
enabled: !(dock.visibility.mode === Latte.Dock.AlwaysVisible

Loading…
Cancel
Save