Skip to content

Commit

Permalink
almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 12, 2024
1 parent 4aa35bc commit d7c28d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,10 @@ ApplicationWindow {

anchors {
left: logoContainer.left
leftMargin: 40
top: logoContainer.top
bottom: logoContainer.bottom
topMargin: window.height / 25
bottomMargin: window.height / 25
topMargin: window.height
bottomMargin: window.height
}
}
}
Expand Down

0 comments on commit d7c28d8

Please sign in to comment.