summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/DownloadFromDiveComputer.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 15:11:04 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 20:59:34 -0800
commit6829d1008666926d935f62236fce7f680c41a90f (patch)
tree99dbfc223ce2f9362aa87a362a88d472fd2e1e2b /qt-mobile/qml/DownloadFromDiveComputer.qml
parentab36a3dad11da7f1d40f26412cef1d54a7852eac (diff)
downloadsubsurface-6829d1008666926d935f62236fce7f680c41a90f.tar.gz
Indentation fix after the last commit
For the ThemeTest we could simply drop the item, for the GPS preferences and the DowbloadFromDiveComputer page everything got indented by one level. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/DownloadFromDiveComputer.qml')
-rw-r--r--qt-mobile/qml/DownloadFromDiveComputer.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-mobile/qml/DownloadFromDiveComputer.qml b/qt-mobile/qml/DownloadFromDiveComputer.qml
index fb2d0085b..67f21345c 100644
--- a/qt-mobile/qml/DownloadFromDiveComputer.qml
+++ b/qt-mobile/qml/DownloadFromDiveComputer.qml
@@ -8,7 +8,6 @@ import org.subsurfacedivelog.mobile 1.0
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
MobileComponents.Page {
-Item {
id: diveComputerDownloadWindow
anchors.top:parent.top
width: parent.width
@@ -111,4 +110,3 @@ Item {
}
}
}
-}