mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
qml white space fixes
Left over from the merge of the Kirigami 1.0 port Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e036ee71ad
commit
b158d55474
1 changed files with 9 additions and 9 deletions
|
@ -20,7 +20,7 @@ Item {
|
||||||
width: SubsurfaceTheme.columnWidth
|
width: SubsurfaceTheme.columnWidth
|
||||||
height: mainLayout.implicitHeight + bottomLayout.implicitHeight + Kirigami.Units.iconSizes.large
|
height: mainLayout.implicitHeight + bottomLayout.implicitHeight + Kirigami.Units.iconSizes.large
|
||||||
Rectangle {
|
Rectangle {
|
||||||
z: 99
|
z: 99
|
||||||
color: Kirigami.Theme.textColor
|
color: Kirigami.Theme.textColor
|
||||||
opacity: 0.3
|
opacity: 0.3
|
||||||
width: Kirigami.Units.smallSpacing/4
|
width: Kirigami.Units.smallSpacing/4
|
||||||
|
@ -33,10 +33,10 @@ Item {
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: mainLayout
|
id: mainLayout
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
margins: Math.round(Kirigami.Units.gridUnit / 2)
|
margins: Math.round(Kirigami.Units.gridUnit / 2)
|
||||||
}
|
}
|
||||||
columns: 4
|
columns: 4
|
||||||
rowSpacing: Kirigami.Units.smallSpacing * 2
|
rowSpacing: Kirigami.Units.smallSpacing * 2
|
||||||
|
@ -126,10 +126,10 @@ Item {
|
||||||
GridLayout {
|
GridLayout {
|
||||||
id: bottomLayout
|
id: bottomLayout
|
||||||
anchors {
|
anchors {
|
||||||
top: mainLayout.bottom
|
top: mainLayout.bottom
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
margins: Math.round(Kirigami.Units.gridUnit / 2)
|
margins: Math.round(Kirigami.Units.gridUnit / 2)
|
||||||
}
|
}
|
||||||
columns: 4
|
columns: 4
|
||||||
rowSpacing: Kirigami.Units.smallSpacing * 2
|
rowSpacing: Kirigami.Units.smallSpacing * 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue