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:
parent
6e4321b650
commit
9bd8589f78
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user