fix(StatusMessage): Reduced top+bottom margins based on figma spec
Closes #7318
This commit is contained in:
parent
752574cfdb
commit
ea9a715602
|
@ -209,8 +209,8 @@ Rectangle {
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: messageLayout
|
id: messageLayout
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.topMargin: 8
|
anchors.topMargin: 2
|
||||||
anchors.bottomMargin: 8
|
anchors.bottomMargin: 2
|
||||||
|
|
||||||
Loader {
|
Loader {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
Loading…
Reference in New Issue