From 2b76085598efd82f76cb03db5298b1042a1e5930 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 19 Feb 2015 11:23:59 +0100 Subject: [PATCH] calamares: fix png file for openmamba in branding qml file --- calamares/branding/openmamba/show.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calamares/branding/openmamba/show.qml b/calamares/branding/openmamba/show.qml index 40321bf..a467c40 100644 --- a/calamares/branding/openmamba/show.qml +++ b/calamares/branding/openmamba/show.qml @@ -34,7 +34,7 @@ Presentation Image { id: background - source: "squid.png" + source: "openmamba.png" width: 200; height: 200 fillMode: Image.PreserveAspectFit anchors.centerIn: parent