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:
Dirk Hohndel 2016-04-01 22:29:06 -05:00
parent e036ee71ad
commit b158d55474

View file

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