We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f26f8 commit 31ec28dCopy full SHA for 31ec28d
src/qml/controls/NavigationBar.qml
@@ -19,6 +19,8 @@ RowLayout {
19
Layout.preferredWidth: parent.width / 3
20
Loader {
21
Layout.alignment: Qt.AlignLeft
22
+ Layout.topMargin: 4
23
+ Layout.leftMargin: 4
24
id: left_detail
25
active: true
26
visible: active
@@ -40,6 +42,8 @@ RowLayout {
40
42
41
43
id: right_detail
44
Layout.alignment: Qt.AlignRight
45
46
+ Layout.rightMargin: 4
47
48
49
sourceComponent: root.rightDetail
0 commit comments