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>
This commit is contained in:
Dirk Hohndel 2016-02-10 15:11:04 -08:00
parent ab36a3dad1
commit 6829d10086
3 changed files with 134 additions and 136 deletions

View file

@ -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 {
}
}
}
}