Skip to content

Commit 9aec75d

Browse files
committed
qml: remove rightMargin value for element placed on the right of navbar
1 parent 0cee6c3 commit 9aec75d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qml/controls/NavigationBar.qml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ RowLayout {
3939
Layout.preferredWidth: parent.width / 3
4040
Loader {
4141
id: right_detail
42-
Layout.rightMargin: 10
4342
Layout.alignment: Qt.AlignRight
4443
active: true
4544
visible: active

0 commit comments

Comments
 (0)