summaryrefslogtreecommitdiff
path: root/src/branding/parabola/show.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/branding/parabola/show.qml')
-rw-r--r--src/branding/parabola/show.qml15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/branding/parabola/show.qml b/src/branding/parabola/show.qml
index d930df38e..31966e161 100644
--- a/src/branding/parabola/show.qml
+++ b/src/branding/parabola/show.qml
@@ -41,12 +41,15 @@ Presentation
{
Image
{
- id: 'background1'
- source: 'Wallpaper_Parabola_Landscape_846x544.png'
- x: -42
- y: -109
- width: 846
- height: 544
+ id: 'background1'
+ source: 'Wallpaper_Parabola_Landscape_846x544.png'
+// x: -42
+// y: -109
+// width: 8460
+// height: 5404
+ fillMode: Image.Stretch
+// n anchors.centerIn: parent
+ anchors.fill: parent
}
}
}