diff --git a/src/controls/Heading.qml b/src/controls/Heading.qml --- a/src/controls/Heading.qml +++ b/src/controls/Heading.qml @@ -71,7 +71,7 @@ var s; switch (l) { case 1: - return Math.round(n * 1.80) + step; + return Math.round(n * 1.50) + step; case 2: return Math.round(n * 1.30) + step; case 3: diff --git a/src/controls/private/globaltoolbar/TitlesPageHeader.qml b/src/controls/private/globaltoolbar/TitlesPageHeader.qml --- a/src/controls/private/globaltoolbar/TitlesPageHeader.qml +++ b/src/controls/private/globaltoolbar/TitlesPageHeader.qml @@ -34,7 +34,7 @@ verticalCenter: parent.verticalCenter left: parent.left right: parent.right - leftMargin: Units.largeSpacing + leftMargin: Units.gridUnit } height: Math.min(root.height, item ? (item.Layout.preferredHeight > 0 ? item.Layout.preferredHeight : item.implicitHeight) diff --git a/src/controls/private/globaltoolbar/ToolBarPageHeader.qml b/src/controls/private/globaltoolbar/ToolBarPageHeader.qml --- a/src/controls/private/globaltoolbar/ToolBarPageHeader.qml +++ b/src/controls/private/globaltoolbar/ToolBarPageHeader.qml @@ -38,7 +38,7 @@ RowLayout { id: layout anchors.fill: parent - anchors.leftMargin: Units.largeSpacing + anchors.leftMargin: Units.gridUnit anchors.rightMargin: Units.smallSpacing spacing: Units.smallSpacing