aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2017-05-29 20:38:36 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-05-29 12:01:15 -0700
commitb9ac6334c79f1272a369e325386cfaf0b0ec9d7c (patch)
tree51cb27b46cef87011deb9d4ce93327baf63456a9
parent52e07a63065a8207da6ebf81be6c9c1b9c901d4a (diff)
downloadsubsurface-b9ac6334c79f1272a369e325386cfaf0b0ec9d7c.tar.gz
QML UI: remove unused layout
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml7
1 files changed, 3 insertions, 4 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 1e93fc3ea..ed4b4ea0a 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -89,10 +89,9 @@ Kirigami.Page {
}
}
}
- RowLayout {
- Kirigami.Label {
- text: qsTr(" Downloaded dives")
- }
+
+ Kirigami.Label {
+ text: qsTr(" Downloaded dives")
}
ListView {