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

Loading…
Cancel
Save