1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-28 18:50:40 +03:00

fix small margins issues in configuration pages

This commit is contained in:
Michail Vourlakos 2017-11-02 23:23:12 +02:00
parent 6e4321b650
commit 9bd8589f78
4 changed files with 8 additions and 4 deletions

View File

@ -48,13 +48,14 @@ PlasmaComponents.Page {
width: dialog.maxWidth - Layout.leftMargin * 2
spacing: dialog.subGroupSpacing
anchors.centerIn: parent
anchors.horizontalCenter: parent.horizontalCenter
Layout.leftMargin: units.smallSpacing * 2
//! BEGIN: Layout
ColumnLayout {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.topMargin: units.smallSpacing
Header {
text: i18n("Layout")

View File

@ -40,7 +40,7 @@ PlasmaComponents.Page {
width: dialog.maxWidth - Layout.leftMargin * 2
spacing: dialog.subGroupSpacing
anchors.centerIn: parent
anchors.horizontalCenter: parent.horizontalCenter
Layout.leftMargin: units.smallSpacing * 2
//! BEGIN: Location
@ -48,6 +48,7 @@ PlasmaComponents.Page {
Layout.fillWidth: true
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Layout.topMargin: units.smallSpacing
Header {
text: i18n("Location")

View File

@ -37,7 +37,7 @@ PlasmaComponents.Page {
width: dialog.maxWidth - Layout.leftMargin * 2
spacing: dialog.subGroupSpacing
anchors.centerIn: parent
anchors.horizontalCenter: parent.horizontalCenter
Layout.leftMargin: units.smallSpacing * 2
Layout.rightMargin: units.smallSpacing * 2
@ -45,6 +45,7 @@ PlasmaComponents.Page {
ColumnLayout {
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Layout.topMargin: units.smallSpacing
Header {
text: i18n("Appearance")

View File

@ -37,7 +37,7 @@ PlasmaComponents.Page {
width: dialog.maxWidth - Layout.leftMargin * 2
spacing: dialog.subGroupSpacing
anchors.centerIn: parent
anchors.horizontalCenter: parent.horizontalCenter
Layout.leftMargin: units.smallSpacing * 2
Layout.rightMargin: units.smallSpacing * 2
@ -45,6 +45,7 @@ PlasmaComponents.Page {
ColumnLayout {
spacing: units.smallSpacing
Layout.rightMargin: units.smallSpacing * 2
Layout.topMargin: units.smallSpacing
Header {
text: i18n("Appearance")