diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:37:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:37:38 +0100 |
| commit | 312596c727ef03c1649f10daa24220467eddd45a (patch) | |
| tree | 581a78b04606f6cb99dd302f7b19870bc7192280 /graphics/update | |
| parent | c554c20be02b4a518be1be4266f90b88df9d5bd6 (diff) | |
Use 32x32 toolbar icons.
Diffstat (limited to 'graphics/update')
| -rwxr-xr-x | graphics/update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index dfc2762d5..9815cf9a7 100755 --- a/graphics/update +++ b/graphics/update @@ -67,7 +67,7 @@ else # Timeline toolbar icons (all platforms) for i in select zoom zoom_all snap sequence; do - $INKSCAPE $i.png src/$i.svg -w 24 -h 24 + $INKSCAPE $i.png src/$i.svg -w 32 -h 32 done # favicon |
