mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +00:00
GODT-1271: fix Status margings
This commit is contained in:
@ -82,7 +82,6 @@ Item {
|
||||
RowLayout {
|
||||
anchors.fill: parent
|
||||
spacing: 8
|
||||
anchors.margins: 12
|
||||
|
||||
ColorImage {
|
||||
id: image
|
||||
|
||||
@ -113,6 +113,9 @@ Window {
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
Layout.topMargin: 20
|
||||
Layout.bottomMargin: 20
|
||||
|
||||
colorScheme: root.colorScheme
|
||||
backend: root.backend
|
||||
notifications: root.notifications
|
||||
|
||||
Reference in New Issue
Block a user