diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-15 18:30:45 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-19 17:09:58 +0200 |
commit | fa8703974b98622f3f0dcd31cc1bdef554fb227b (patch) | |
tree | 1c35d5019c29ff0c63b2ff4e254482c162d24d26 /components | |
parent | 2864cfb32b4df6d9b075aaae55e0304e333a42d1 (diff) | |
download | kube-fa8703974b98622f3f0dcd31cc1bdef554fb227b.tar.gz kube-fa8703974b98622f3f0dcd31cc1bdef554fb227b.zip |
Cleanup
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 |