Use icons at the top of the batch converter rather than text buttons at the bottom...
[dcpomatic.git] / graphics / update
index f42c3182b80d4b06b667c70be737b9bccec3b6ac..ff3baca04e5245bae728e2ef217714c3b0f3a1f9 100755 (executable)
@@ -101,6 +101,13 @@ else
         done
     done
 
+    # Batch converter toolbar icons (all platforms)
+    for c in black white; do
+        for i in add pause; do
+            inkbatch --inkscape $INKSCAPE -i batch-$i -o ${i}_${c}.png --width 32 --height 32 src/batch_$c.svg
+        done
+    done
+
     # Playlist editor tick/no-tick
     $INKSCAPE_EXPORT --export-filename=tick.png src/tick.svg -w 16 -h 16
     $INKSCAPE_EXPORT --export-filename=no_tick.png src/no_tick.svg -w 16 -h 16