summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DownloadFromDiveComputer.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-30 18:09:39 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-01 11:35:39 -0800
commit4ca40bc15262193cec29f1aea02ac6964634b88c (patch)
tree342580d7a4d44c6567d1862c977e3f9ffe6798cd /mobile-widgets/qml/DownloadFromDiveComputer.qml
parent765c4f9704e2b606a94fedff3e3fdf7deeefa2f6 (diff)
downloadsubsurface-4ca40bc15262193cec29f1aea02ac6964634b88c.tar.gz
mobile/UI: consolidate to a single check box
It was very odd that we had two slightly different styled check boxes. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DownloadFromDiveComputer.qml')
-rw-r--r--mobile-widgets/qml/DownloadFromDiveComputer.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DownloadFromDiveComputer.qml b/mobile-widgets/qml/DownloadFromDiveComputer.qml
index 47d6f78d7..3346ad5c0 100644
--- a/mobile-widgets/qml/DownloadFromDiveComputer.qml
+++ b/mobile-widgets/qml/DownloadFromDiveComputer.qml
@@ -401,7 +401,7 @@ Kirigami.Page {
Layout.fillWidth: true
Layout.topMargin: 0
spacing: Kirigami.Units.smallSpacing
- SsrfCheckBox {
+ TemplateCheckBox {
id: forceAll
checked: manager.DC_forceDownload
enabled: forceAllLabel.visible