improve RTL in config win for alignments

v0.7
Michail Vourlakos 7 years ago
parent 0b1499cd90
commit 9c9146b396

@ -157,6 +157,7 @@ PlasmaComponents.Page {
Layout.fillWidth: true Layout.fillWidth: true
Layout.leftMargin: units.smallSpacing * 2 Layout.leftMargin: units.smallSpacing * 2
Layout.rightMargin: units.smallSpacing * 2 Layout.rightMargin: units.smallSpacing * 2
LayoutMirroring.enabled: false
spacing: 1 spacing: 1
Connections{ Connections{
@ -254,6 +255,7 @@ PlasmaComponents.Page {
Layout.fillWidth: true Layout.fillWidth: true
Layout.leftMargin: units.smallSpacing * 2 Layout.leftMargin: units.smallSpacing * 2
Layout.rightMargin: units.smallSpacing * 2 Layout.rightMargin: units.smallSpacing * 2
LayoutMirroring.enabled: false
spacing: 1 spacing: 1
property int panelPosition: plasmoid.configuration.panelPosition property int panelPosition: plasmoid.configuration.panelPosition

Loading…
Cancel
Save