Fix first time wizard design

This commit is contained in:
Dominik Schürmann
2015-02-03 19:13:02 +01:00
parent dfe92ceb24
commit e29ea517da
11 changed files with 78 additions and 57 deletions

View File

@@ -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