summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2010-11-22 12:58:37 +0100
committerGunnar Sletta <gunnar.sletta@nokia.com>2010-11-22 12:58:37 +0100
commit18f8f899ab8c52b8197207296c64c2ee96fb6a01 (patch)
tree2b4c69ee808b2924be915292588dc5ad50ad5b78
parentf35a53c864d693f7e05360791f20d80d8ea31a28 (diff)
more spacing between content blocks...
-rw-r--r--Slide.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Slide.qml b/Slide.qml
index 5568ffd..2ff4f31 100644
--- a/Slide.qml
+++ b/Slide.qml
@@ -62,6 +62,8 @@ Item {
Row {
+ height: baseFontSize * 2
+
Rectangle {
id: dot
y: baseFontSize / 2
@@ -90,7 +92,6 @@ Item {
color: slide.slideTextColor
horizontalAlignment: Text.AlignLeft
}
-
}
}
}