summaryrefslogtreecommitdiff
path: root/graphics/update
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 00:51:31 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 00:51:31 +0100
commitaaaa51f6d9eda60ab3b3d182c6d2a7a5bda375aa (patch)
tree9a8a1ec74936fb47c4700d34da6e63cd82fe0f84 /graphics/update
parentbeddaeab9011e745dcac9732f4e8de3f91bd81a5 (diff)
Add zoom-all button.
Diffstat (limited to 'graphics/update')
-rwxr-xr-xgraphics/update5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/update b/graphics/update
index 9c14f2157..50923fc69 100755
--- a/graphics/update
+++ b/graphics/update
@@ -66,8 +66,9 @@ else
$INKSCAPE splash.png src/splash.svg -w 400 -h 300
# Timeline toolbar icons (all platforms)
- $INKSCAPE select.png src/select.svg -w 24 -h 24
- $INKSCAPE zoom.png src/zoom.svg -w 24 -h 24
+ for i in select zoom zoom_all; do
+ $INKSCAPE $i.png src/$i.svg -w 24 -h 24
+ done
# favicon
mkdir -p web