diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/MailView.qml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml index 2bbe6652..da96bd28 100644 --- a/components/kube/contents/ui/MailView.qml +++ b/components/kube/contents/ui/MailView.qml | |||
@@ -79,11 +79,8 @@ SplitView { | |||
79 | id: border | 79 | id: border |
80 | anchors { | 80 | anchors { |
81 | right: parent.right | 81 | right: parent.right |
82 | rightMargin: Kube.Units.smallSpacing | ||
83 | left: parent.left | 82 | left: parent.left |
84 | leftMargin: Kube.Units.smallSpacing | 83 | margins: Kube.Units.smallSpacing |
85 | bottomMargin: Kube.Units.smallSpacing | ||
86 | topMargin: Kube.Units.smallSpacing | ||
87 | } | 84 | } |
88 | height: 1 | 85 | height: 1 |
89 | color: Kube.Colors.viewBackgroundColor | 86 | color: Kube.Colors.viewBackgroundColor |