Skip to content

Commit

Permalink
Add right margin for better visuals when scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
DonLakeFlyer committed Feb 18, 2025
1 parent c840c8a commit 7ab506f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UI/toolbar/FlyViewToolBar.qml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Rectangle {
QGCFlickable {
id: toolsFlickable
anchors.leftMargin: ScreenTools.defaultFontPixelWidth * ScreenTools.largeFontPointRatio * 1.5
anchors.rightMargin: ScreenTools.defaultFontPixelWidth / 2
anchors.left: viewButtonRow.right
anchors.bottomMargin: 1
anchors.top: parent.top
Expand Down

0 comments on commit 7ab506f

Please sign in to comment.