summaryrefslogtreecommitdiffstats
path: root/EffectSampleSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'EffectSampleSlide.qml')
-rw-r--r--EffectSampleSlide.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/EffectSampleSlide.qml b/EffectSampleSlide.qml
index 123d243..c71d705 100644
--- a/EffectSampleSlide.qml
+++ b/EffectSampleSlide.qml
@@ -9,8 +9,8 @@ Slide {
]
contentWidth: parent.width / 3
CodeSection {
- x: parent.width / 3
- width: 2 * parent.width / 3
+ x: parent.width / 3 + parent.baseFontSize
+ width: 2 * parent.width / 3 - parent.baseFontSize
text: "
ShaderEffectItem {
width: 180