Add zoom-all button.
[dcpomatic.git] / graphics / update
index e33e9a8b540bd87bb81cde2c95ecc4f2c2f677b2..50923fc69b2ef31a23d0a7ae7264f9c1272a6e20 100755 (executable)
@@ -65,6 +65,11 @@ else
     # Splash screen (all platforms)
     $INKSCAPE splash.png src/splash.svg -w 400 -h 300
 
+    # Timeline toolbar icons (all platforms)
+    for i in select zoom zoom_all; do
+        $INKSCAPE $i.png src/$i.svg -w 24 -h 24
+    done
+
     # favicon
     mkdir -p web
     convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png