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

View file

@ -7,7 +7,7 @@ import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
import org.subsurfacedivelog.mobile 1.0
MobileComponents.Page {
GridLayout {
GridLayout {
signal accept
@ -74,5 +74,5 @@ GridLayout {
Item {
Layout.fillHeight: true
}
}
}
}

View file

@ -3,7 +3,7 @@ import QtQuick.Layouts 1.1
import org.kde.plasma.mobilecomponents 0.2 as MobileComponents
MobileComponents.Page {
GridLayout {
GridLayout {
id: themetest
columns: 2
anchors.margins: MobileComponents.Units.gridUnit / 2
@ -95,5 +95,5 @@ GridLayout {
Layout.columnSpan: 2
Layout.fillHeight: true
}
}
}
}