controlcenter: correcting padding/margins on containers
This commit is contained in:
parent
7a0a9d6681
commit
b1cc641849
3 changed files with 4 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ RowLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
id: leftAppearanceItem
|
||||||
Layout.preferredWidth: Math.floor(parent.width * 0.4)
|
Layout.preferredWidth: Math.floor(parent.width * 0.4)
|
||||||
Layout.minimumWidth: 420
|
Layout.minimumWidth: 420
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
|
|
|
||||||
|
|
@ -169,7 +169,6 @@ RowLayout {
|
||||||
anchors.margins: Appearance.padding.large + Appearance.padding.normal
|
anchors.margins: Appearance.padding.large + Appearance.padding.normal
|
||||||
anchors.leftMargin: Appearance.padding.large
|
anchors.leftMargin: Appearance.padding.large
|
||||||
anchors.rightMargin: Appearance.padding.large + Appearance.padding.normal / 2
|
anchors.rightMargin: Appearance.padding.large + Appearance.padding.normal / 2
|
||||||
anchors.bottomMargin: 0
|
|
||||||
|
|
||||||
asynchronous: true
|
asynchronous: true
|
||||||
sourceComponent: leftContentComponent
|
sourceComponent: leftContentComponent
|
||||||
|
|
@ -186,6 +185,7 @@ RowLayout {
|
||||||
id: leftContentComponent
|
id: leftContentComponent
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
|
id: leftLauncherLayout
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
spacing: Appearance.spacing.small
|
spacing: Appearance.spacing.small
|
||||||
|
|
|
||||||
|
|
@ -143,6 +143,8 @@ Item {
|
||||||
|
|
||||||
InnerBorder {
|
InnerBorder {
|
||||||
id: taskbarBorder
|
id: taskbarBorder
|
||||||
|
leftThickness: 0
|
||||||
|
rightThickness: Appearance.padding.normal / 2
|
||||||
}
|
}
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue