Use 32x32 toolbar icons.
[dcpomatic.git] / graphics / update
index e33e9a8b540bd87bb81cde2c95ecc4f2c2f677b2..9815cf9a74ae9222e87399f7b810f2069601f966 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 snap sequence; do
+        $INKSCAPE $i.png src/$i.svg -w 32 -h 32
+    done
+
     # favicon
     mkdir -p web
     convert src/web.png -resize 256x256 -transparent white web/favicon-256x256.png