summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/Preferences.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-29 19:58:29 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-11-29 19:58:29 -0800
commit9d6225831650dd9c6331763d29b392bc2741ae4e (patch)
treede25275781c4b15bf11feb1323bda6d353aa3909 /qt-mobile/qml/Preferences.qml
parentbb1803986afed7d1f626f941417acae6b3e51830 (diff)
parentf8fb9181b2e95f76bb1170d2cd7c7bf920a9c414 (diff)
downloadsubsurface-9d6225831650dd9c6331763d29b392bc2741ae4e.tar.gz
Merge branch 'mobilecomponents' of github.com:sebasje/subsurface
Diffstat (limited to 'qt-mobile/qml/Preferences.qml')
-rw-r--r--qt-mobile/qml/Preferences.qml11
1 files changed, 5 insertions, 6 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml
index 8cae95ff0..575474ac8 100644
--- a/qt-mobile/qml/Preferences.qml
+++ b/qt-mobile/qml/Preferences.qml
@@ -20,10 +20,9 @@ Item {
anchors.fill: parent
anchors.margins: MobileComponents.Units.gridUnit
- Label {
+ MobileComponents.Heading {
text: "Cloud credentials"
- Layout.bottomMargin: MobileComponents.Units.largeSpacing
- font.pointSize: subsurfaceTheme.titlePointSize
+ Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2
Layout.columnSpan: 2
}
@@ -73,10 +72,10 @@ Item {
id: savePassword
}
- Label {
+ MobileComponents.Heading {
text: "Subsurface GPS data webservice"
- Layout.bottomMargin: MobileComponents.Units.largeSpacing
- font.pointSize: subsurfaceTheme.titlePointSize
+ Layout.topMargin: MobileComponents.Units.largeSpacing
+ Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2
Layout.columnSpan: 2
}