~nik90/+junk/AppTheming

1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0
import Ubuntu.Components 1.2
import Ubuntu.Components.Styles 1.2
import Ubuntu.Components.Themes.Ambiance 1.1 as Ambiance

Ambiance.PageHeadStyle {
    fontSize: "large"
    fontWeight: Font.DemiBold
    contentHeight: units.gu(6)
}