GODT-1271: fix Status margings
This commit is contained in:
@ -82,7 +82,6 @@ Item {
|
|||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
spacing: 8
|
spacing: 8
|
||||||
anchors.margins: 12
|
|
||||||
|
|
||||||
ColorImage {
|
ColorImage {
|
||||||
id: image
|
id: image
|
||||||
|
|||||||
@ -113,6 +113,9 @@ Window {
|
|||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
Layout.topMargin: 20
|
||||||
|
Layout.bottomMargin: 20
|
||||||
|
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
backend: root.backend
|
backend: root.backend
|
||||||
notifications: root.notifications
|
notifications: root.notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user