summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2014-10-16 14:53:15 +0200
committerNiels Weber <niels.weber@digia.com>2014-10-16 15:37:05 +0200
commitd82df20f5104dba624bb55bf5e9756e59a3024eb (patch)
tree8098e6599dea6919b732b3e7932abfb9210ca9a8
parent8eba046f807b405233ce9e6350249dd44d93dbc8 (diff)
Increase the white margin at the bottom of the Presentation Details
Change-Id: I6135792df4858e094b25b6a68d6745671ef24c91 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
-rw-r--r--qml/components/Event.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/components/Event.qml b/qml/components/Event.qml
index 575bee7..9995b53 100644
--- a/qml/components/Event.qml
+++ b/qml/components/Event.qml
@@ -74,7 +74,7 @@ Rectangle {
anchors.left: subTitle.left
anchors.right: subTitle.right
anchors.topMargin: Theme.margins.twenty
- anchors.bottomMargin: Theme.margins.five
+ anchors.bottomMargin: Theme.margins.twenty
anchors.leftMargin: Theme.margins.ten
anchors.rightMargin: Theme.margins.ten
interactive: true