summaryrefslogtreecommitdiffstats
path: root/mobile-widgets
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml6
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:""
- }
- }
}
}