Fix first time wizard design
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user