diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 22:29:06 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 22:29:06 -0500 |
commit | b158d554744540eec7d9a506eeccb3a36e22a287 (patch) | |
tree | af0720084fd946c53a4de2319649c4872db86785 /qt-mobile | |
parent | e036ee71adbe969848bd4deb334b5bb56dd17cae (diff) | |
download | subsurface-b158d554744540eec7d9a506eeccb3a36e22a287.tar.gz |
qml white space fixes
Left over from the merge of the Kirigami 1.0 port
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r-- | qt-mobile/qml/DiveDetailsView.qml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml index c7bbca1d5..c423ef016 100644 --- a/qt-mobile/qml/DiveDetailsView.qml +++ b/qt-mobile/qml/DiveDetailsView.qml @@ -20,7 +20,7 @@ Item { width: SubsurfaceTheme.columnWidth height: mainLayout.implicitHeight + bottomLayout.implicitHeight + Kirigami.Units.iconSizes.large Rectangle { - z: 99 + z: 99 color: Kirigami.Theme.textColor opacity: 0.3 width: Kirigami.Units.smallSpacing/4 @@ -33,10 +33,10 @@ Item { GridLayout { id: mainLayout anchors { - top: parent.top - left: parent.left - right: parent.right - margins: Math.round(Kirigami.Units.gridUnit / 2) + top: parent.top + left: parent.left + right: parent.right + margins: Math.round(Kirigami.Units.gridUnit / 2) } columns: 4 rowSpacing: Kirigami.Units.smallSpacing * 2 @@ -126,10 +126,10 @@ Item { GridLayout { id: bottomLayout anchors { - top: mainLayout.bottom - left: parent.left - right: parent.right - margins: Math.round(Kirigami.Units.gridUnit / 2) + top: mainLayout.bottom + left: parent.left + right: parent.right + margins: Math.round(Kirigami.Units.gridUnit / 2) } columns: 4 rowSpacing: Kirigami.Units.smallSpacing * 2 |