Skip to content

Remove extra layout properties #201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/qml/pages/onboarding/onboarding01.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ import "../settings"

Page {
background: null
Layout.fillWidth: true
clip: true
SwipeView {
id: introductions
anchors.fill: parent
interactive: false
orientation: Qt.Horizontal
InformationPage {
Layout.fillWidth: true
navRightDetail: NavButton {
iconSource: "image://images/info"
iconHeight: 24
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/onboarding/onboarding02.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import QtQuick.Layouts 1.15
import "../../controls"

InformationPage {
Layout.fillWidth: true
navLeftDetail: NavButton {
iconSource: "image://images/caret-left"
text: qsTr("Back")
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/onboarding/onboarding03.qml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import QtQuick.Layouts 1.15
import "../../controls"

InformationPage {
Layout.fillWidth: true
navLeftDetail: NavButton {
iconSource: "image://images/caret-left"
text: qsTr("Back")
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/onboarding/onboarding04.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "../../controls"
import "../../components"

InformationPage {
Layout.fillWidth: true
navLeftDetail: NavButton {
iconSource: "image://images/caret-left"
text: qsTr("Back")
Expand Down
2 changes: 0 additions & 2 deletions src/qml/pages/onboarding/onboarding05.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ import "../settings"

Page {
background: null
Layout.fillWidth: true
clip: true
SwipeView {
id: storages
anchors.fill: parent
interactive: false
orientation: Qt.Vertical
InformationPage {
Layout.fillWidth: true
navLeftDetail: NavButton {
iconSource: "image://images/caret-left"
text: qsTr("Back")
Expand Down
2 changes: 0 additions & 2 deletions src/qml/pages/onboarding/onboarding06.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ import "../settings"

Page {
background: null
Layout.fillWidth: true
clip: true
SwipeView {
id: connections
anchors.fill: parent
interactive: false
orientation: Qt.Vertical
InformationPage {
Layout.fillWidth: true
navLeftDetail: NavButton {
iconSource: "image://images/caret-left"
text: qsTr("Back")
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/settings/SettingsAbout.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "../../controls"
import "../../components"

InformationPage {
Layout.fillWidth: true
bannerActive: false
bold: true
headerText: qsTr("About")
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/settings/SettingsConnection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "../../components"

InformationPage {
background: null
Layout.fillWidth: true
clip: true
bannerActive: false
bold: true
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/settings/SettingsDeveloper.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "../../controls"
import "../../components"

InformationPage {
Layout.fillWidth: true
bannerActive: false
bold: true
headerText: qsTr("Developer options")
Expand Down
1 change: 0 additions & 1 deletion src/qml/pages/settings/SettingsStorage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import "../../controls"
import "../../components"

InformationPage {
Layout.fillWidth: true
bannerActive: false
bold: true
headerText: qsTr("Storage settings")
Expand Down