diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-25 21:33:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-25 21:33:48 +0100 |
| commit | 66e0ee10200ba850087ac7d7dcaf1ef9a30c64b2 (patch) | |
| tree | 58b34592af689bd5d4187ce539533beaffabd81a /graphics/update | |
| parent | 3832fc3ed0cb71942c2334d353c8650e858241d0 (diff) | |
Use icons at the top of the batch converter rather than text buttons at the bottom (#2396).
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/update b/graphics/update index f42c3182b..ff3baca04 100755 --- a/graphics/update +++ b/graphics/update @@ -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 |
