Skip to content

Commit

Permalink
Stop centering Toolbar titles in QML
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Nov 1, 2020
1 parent bffbda9 commit d23643d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/gui-qml/src/components/AddSourceScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Page {
Label {
text: qsTr("Add new source")
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down
1 change: 0 additions & 1 deletion src/gui-qml/src/components/ImageScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
1 change: 0 additions & 1 deletion src/gui-qml/src/components/LogScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Page {
Label {
text: qsTr("Log")
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down
1 change: 0 additions & 1 deletion src/gui-qml/src/components/SearchScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Page {
Label {
text: qsTr("Search")
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down
1 change: 0 additions & 1 deletion src/gui-qml/src/components/SourcesScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Page {
Label {
text: qsTr("Sources selection")
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down
1 change: 0 additions & 1 deletion src/gui-qml/src/components/settings/SettingsScreen.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Page {
Label {
text: qsTr("Settings")
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Page {
Label {
text: root.siteUrl
elide: Label.ElideRight
horizontalAlignment: Qt.AlignHCenter
verticalAlignment: Qt.AlignVCenter
Layout.fillWidth: true
}
Expand Down

0 comments on commit d23643d

Please sign in to comment.