Skip to content

Commit

Permalink
Start page fault fixed
Browse files Browse the repository at this point in the history
start page Layout.alignment instead anchors added
  • Loading branch information
lukasz126 authored Apr 21, 2024
1 parent 2ea085f commit 3626a0d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions communicator/StartPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Item {
text: "Simple Text Communicator"
font.pixelSize: 40
color: "black"
// anchors.horizontalCenter: parent.horizontalCenter
Layout.alignment: Qt.AlignHCenter
}

Expand All @@ -30,12 +29,7 @@ Item {
// }

RowLayout {
anchors {
horizontalCenter: parent.horizontalCenter
bottom: parent.bottom

}

Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
spacing: 10

Item {
Expand Down

0 comments on commit 3626a0d

Please sign in to comment.