From d23643d5622616a4b4e66f7f2be21ba90c666b47 Mon Sep 17 00:00:00 2001 From: Bionus Date: Sun, 1 Nov 2020 21:07:05 +0100 Subject: [PATCH] Stop centering Toolbar titles in QML --- src/gui-qml/src/components/AddSourceScreen.qml | 1 - src/gui-qml/src/components/ImageScreen.qml | 1 - src/gui-qml/src/components/LogScreen.qml | 1 - src/gui-qml/src/components/SearchScreen.qml | 1 - src/gui-qml/src/components/SourcesScreen.qml | 1 - src/gui-qml/src/components/settings/SettingsScreen.qml | 1 - src/gui-qml/src/components/settings/SourceSettingsScreen.qml | 1 - 7 files changed, 7 deletions(-) diff --git a/src/gui-qml/src/components/AddSourceScreen.qml b/src/gui-qml/src/components/AddSourceScreen.qml index 98402e79b..e64f43921 100644 --- a/src/gui-qml/src/components/AddSourceScreen.qml +++ b/src/gui-qml/src/components/AddSourceScreen.qml @@ -23,7 +23,6 @@ Page { Label { text: qsTr("Add new source") elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/ImageScreen.qml b/src/gui-qml/src/components/ImageScreen.qml index e2ebd3d32..b82667b1f 100644 --- a/src/gui-qml/src/components/ImageScreen.qml +++ b/src/gui-qml/src/components/ImageScreen.qml @@ -32,7 +32,6 @@ Page { Label { text: qsTr("Image") // TODO: add more info about the image elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/LogScreen.qml b/src/gui-qml/src/components/LogScreen.qml index bf18d05d6..be10a18bc 100644 --- a/src/gui-qml/src/components/LogScreen.qml +++ b/src/gui-qml/src/components/LogScreen.qml @@ -17,7 +17,6 @@ Page { Label { text: qsTr("Log") elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/SearchScreen.qml b/src/gui-qml/src/components/SearchScreen.qml index bfaf2f76b..ed5e4a05c 100644 --- a/src/gui-qml/src/components/SearchScreen.qml +++ b/src/gui-qml/src/components/SearchScreen.qml @@ -35,7 +35,6 @@ Page { Label { text: qsTr("Search") elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/SourcesScreen.qml b/src/gui-qml/src/components/SourcesScreen.qml index 447d6c5d9..6e25e7b70 100644 --- a/src/gui-qml/src/components/SourcesScreen.qml +++ b/src/gui-qml/src/components/SourcesScreen.qml @@ -25,7 +25,6 @@ Page { Label { text: qsTr("Sources selection") elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/settings/SettingsScreen.qml b/src/gui-qml/src/components/settings/SettingsScreen.qml index 54f20436f..1c0ab434a 100644 --- a/src/gui-qml/src/components/settings/SettingsScreen.qml +++ b/src/gui-qml/src/components/settings/SettingsScreen.qml @@ -23,7 +23,6 @@ Page { Label { text: qsTr("Settings") elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true } diff --git a/src/gui-qml/src/components/settings/SourceSettingsScreen.qml b/src/gui-qml/src/components/settings/SourceSettingsScreen.qml index c8c768207..b6aba8298 100644 --- a/src/gui-qml/src/components/settings/SourceSettingsScreen.qml +++ b/src/gui-qml/src/components/settings/SourceSettingsScreen.qml @@ -23,7 +23,6 @@ Page { Label { text: root.siteUrl elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter verticalAlignment: Qt.AlignVCenter Layout.fillWidth: true }