summaryrefslogtreecommitdiffstats
path: root/Slide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'Slide.qml')
-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
}
-
}
}
}