From e29ea517daeb660fd91582b53ae0e5e67d50efe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 3 Feb 2015 19:13:02 +0100 Subject: Fix first time wizard design --- Graphics/update-drawables.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Graphics/update-drawables.sh') diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh index 264f7eea6..750a6ee97 100755 --- a/Graphics/update-drawables.sh +++ b/Graphics/update-drawables.sh @@ -70,4 +70,10 @@ for NAME in "drawer_header" do echo $NAME inkscape -w 512 -h 288 -e "$DRAWABLE_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" +done + +for NAME in "first_time_1" +do +echo $NAME +inkscape -w 512 -h 512 -e "$DRAWABLE_DIR/$NAME.png" "$SRC_DIR/$NAME.svg" done \ No newline at end of file -- cgit v1.2.3