summaryrefslogtreecommitdiffstats
path: root/VSyncSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'VSyncSlide.qml')
-rw-r--r--VSyncSlide.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/VSyncSlide.qml b/VSyncSlide.qml
index df9aa61..4432bd8 100644
--- a/VSyncSlide.qml
+++ b/VSyncSlide.qml
@@ -12,8 +12,8 @@ Slide { // Vsync animations / flickable..
Flickable {
id: vsyncFlickable
- x: parent.width / 2
- width: parent.width / 2
+ x: parent.width / 2 + parent.baseFontSize
+ width: parent.width / 2 - parent.baseFontSize
height: parent.height
clip: true
@@ -33,7 +33,7 @@ Slide { // Vsync animations / flickable..
Text {
font.pixelSize: parent.baseFontSize * 0.3
color: "white"
- text: "Must be viewed experienced first hand, not via video capture"
+ text: "Must be experienced first hand, not via video capture"
anchors.top: vsyncFlickable.bottom
anchors.horizontalCenter: vsyncFlickable.horizontalCenter
}