aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastian Kügler <sebas@kde.org>2015-12-04 01:19:11 +0100
committerGravatar Sebastian Kügler <sebas@kde.org>2015-12-07 18:46:32 +0100
commit54da517e9d9326ffe572a3aa75ffe6697ee2ce56 (patch)
tree002eb71001d64dfafe958a23255ba2dfb9054f24
parentb6f5f235f0ab3c84e960f2cf46e542592195abbf (diff)
downloadsubsurface-54da517e9d9326ffe572a3aa75ffe6697ee2ce56.tar.gz
Styled heading in startpage
We have a specific component for headings now, use it for consistency's sake. Signed-off-by: Sebastian Kügler <sebas@kde.org>
-rw-r--r--qt-mobile/qml/StartPage.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml
index 1e2e82bc9..fd80d55f9 100644
--- a/qt-mobile/qml/StartPage.qml
+++ b/qt-mobile/qml/StartPage.qml
@@ -11,10 +11,9 @@ Item {
property int buttonWidth: welcomeText.width * 0.66
- MobileComponents.Label {
+ MobileComponents.Heading {
Layout.bottomMargin: MobileComponents.Units.largeSpacing
text: "Subsurface Divelog"
- font.pointSize: welcomeText.font.pointSize * 2
}
MobileComponents.Label {