Fix some alignment related warnings.

This commit is contained in:
Filippo Scognamiglio
2018-10-28 01:08:21 +02:00
parent 162f59d220
commit 2ea119fb31
6 changed files with 13 additions and 24 deletions

View File

@@ -29,8 +29,8 @@ Tab{
anchors.fill: parent
GroupBox{
property var rasterization: [qsTr("Default"), qsTr("Scanlines"), qsTr("Pixels")][appSettings.rasterization]
title: qsTr("Font" + "(" + rasterization + ")")
anchors { left: parent.left; right: parent.right }
title: qsTr("Font " + "(" + rasterization + ")")
Layout.fillWidth: true
GridLayout{
anchors.fill: parent
columns: 2
@@ -103,7 +103,7 @@ Tab{
}
GroupBox{
title: qsTr("Colors")
anchors { left: parent.left; right: parent.right }
Layout.fillWidth: true
ColumnLayout{
anchors.fill: parent
ColumnLayout{