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>
This commit is contained in:
Sebastian Kügler 2015-12-04 01:19:11 +01:00
parent b6f5f235f0
commit 54da517e9d

View file

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