diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2017-05-29 18:31:40 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-29 12:00:35 -0700 |
commit | 81277c259bb20aa28d6f73d828b0fd6fbe84522e (patch) | |
tree | 1c74329a4a506aedd0c35ef5077d48d12b0d15d8 /mobile-widgets/qml/DownloadFromDiveComputer.qml | |
parent | 1ab6b50a34a0127b1802b0439b9317d0245b6769 (diff) | |
download | subsurface-81277c259bb20aa28d6f73d828b0fd6fbe84522e.tar.gz |
QML UI: remove unused item on the interface
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r-- | mobile-widgets/qml/DownloadFromDiveComputer.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml index c3bb9ce2d..d7bb83f89 100644 --- a/mobile-widgets/qml/DownloadFromDiveComputer.qml +++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml @@ -143,11 +143,5 @@ Kirigami.Page { text: qsTr("Unselect All") } } - RowLayout { // spacer to make space for silly button - Layout.minimumHeight: 1.2 * unselectbutton.height - Kirigami.Label { - text:"" - } - } } } |