Skip to content

Commit 72fe12f

Browse files
committed
qml: add missing topMargin to Navigation Bar middle detail
1 parent bff1d1a commit 72fe12f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/qml/controls/NavigationBar.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RowLayout {
3232
Loader {
3333
Layout.alignment: Qt.AlignHCenter
3434
id: middle_detail
35+
Layout.topMargin: 4
3536
active: true
3637
visible: active
3738
sourceComponent: root.middleDetail

0 commit comments

Comments
 (0)