mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-22 20:40:18 +00:00
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…
x
Reference in New Issue
Block a user