fix(StatusMessage): add spacing between individual subcomponents
Fixes #8267
This commit is contained in:
parent
d0389a6305
commit
57ee378048
|
@ -253,8 +253,7 @@ Control {
|
|||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
||||
spacing: 0
|
||||
spacing: 2
|
||||
Layout.alignment: Qt.AlignTop
|
||||
Layout.fillWidth: true
|
||||
|
||||
|
@ -292,7 +291,6 @@ Control {
|
|||
root.linkActivated(link);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
Loading…
Reference in New Issue