fix for right margin inconsistency

pull/2/head
Michail Vourlakos 7 years ago
parent 6b93219ca6
commit beb219f7c1

@ -1262,6 +1262,7 @@ PlasmaComponents.Page {
}
//! END: Length
//! Bottom spacer
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "

@ -495,6 +495,7 @@ PlasmaComponents.Page {
}
//! END: Delay
//! Bottom spacer
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "

@ -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:" "

@ -275,6 +275,7 @@ PlasmaComponents.Page {
}
//! END: Extra Actions
//! Bottom spacer
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "

Loading…
Cancel
Save