Skip to content

Commit

Permalink
Add margins around text/widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel authored and ahayzen-kdab committed Nov 24, 2023
1 parent 2864a22 commit 7801bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/qml_features/qml/pages/ContainersPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Page {
anchors.left: parent.left
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
anchors.margins: 5

Label {
Layout.fillWidth: true
Expand Down
1 change: 1 addition & 0 deletions examples/qml_features/qml/pages/SerialisationPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Page {
anchors.left: parent.left
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
anchors.margins: 5
columns: 2

Label {
Expand Down

0 comments on commit 7801bea

Please sign in to comment.