aboutsummaryrefslogtreecommitdiffstats
path: root/Graphics
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-01-14 20:25:28 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2015-01-14 20:25:28 +0100
commit0c74cc7c3d2b37b47b865d968e9c40b8b718d3f3 (patch)
tree0aa260e82fd0946d353382797d817285d6486e19 /Graphics
parentfe25a68c6a31671932008fe0a0f129593406a33c (diff)
downloadopen-keychain-0c74cc7c3d2b37b47b865d968e9c40b8b718d3f3.tar.gz
open-keychain-0c74cc7c3d2b37b47b865d968e9c40b8b718d3f3.tar.bz2
open-keychain-0c74cc7c3d2b37b47b865d968e9c40b8b718d3f3.zip
Fix drawable sizes
Diffstat (limited to 'Graphics')
-rwxr-xr-xGraphics/update-drawables.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/Graphics/update-drawables.sh b/Graphics/update-drawables.sh
index f1ab94fb4..eef97c7c3 100755
--- a/Graphics/update-drawables.sh
+++ b/Graphics/update-drawables.sh
@@ -51,9 +51,9 @@ for NAME in "status_lock_closed" "status_lock_error" "status_lock_open" "status_
do
echo $NAME
inkscape -w 24 -h 24 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
-inkscape -w 32 -h 32 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
-inkscape -w 48 -h 48 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
-inkscape -w 64 -h 64 -e "$MDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
+inkscape -w 32 -h 32 -e "$HDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
+inkscape -w 48 -h 48 -e "$XDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
+inkscape -w 64 -h 64 -e "$XXDPI_DIR/$NAME.png" "$SRC_DIR/$NAME.svg"
done
for NAME in "create_key_robot"