summaryrefslogtreecommitdiffstats
path: root/WidgetsSlide.qml
diff options
context:
space:
mode:
Diffstat (limited to 'WidgetsSlide.qml')
-rw-r--r--WidgetsSlide.qml6
1 files changed, 5 insertions, 1 deletions
diff --git a/WidgetsSlide.qml b/WidgetsSlide.qml
index dd4b082..dbfe2df 100644
--- a/WidgetsSlide.qml
+++ b/WidgetsSlide.qml
@@ -99,7 +99,7 @@ Slide {
source: "images/widgets_boxes.png"
fillMode: Image.PreserveAspectFit
width: slide.width * .2
-
+ antialiasing: true
opacity: 0;
y: -slide.height * 0.2
rotation: 10
@@ -110,6 +110,7 @@ Slide {
source: "images/widgets_mainwindows.png"
fillMode: Image.PreserveAspectFit
width: slide.width * .2
+ antialiasing: true
opacity: 0
}
Image {
@@ -119,6 +120,7 @@ Slide {
width: slide.width * .2
x: slide.width * -0.05
y: -slide.height * 0.2
+ antialiasing: true
opacity: 0
}
@@ -130,6 +132,7 @@ Slide {
x: slide.width * 1
y: -slide.height * 0.1
+ antialiasing: true
opacity: 0
Image {
@@ -140,6 +143,7 @@ Slide {
x: parent.width * 0.3
y: parent.width * 0.1
rotation: -20
+ antialiasing: true
}
}
}