diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-05-27 20:54:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-05-27 23:05:46 +0100 |
| commit | 1158dd504d0838b0c359b2cf1d63615c4ecb0a53 (patch) | |
| tree | 026a4bf5c2175d96ed90007bb17d4362850dcefd /graphics | |
| parent | aae000e8a37a494bf20ba0e5dd219ad9f78c6286 (diff) | |
Add UI for message box / email notifications.
Diffstat (limited to 'graphics')
| -rwxr-xr-x | graphics/update | 2 | ||||
| -rw-r--r-- | graphics/web/favicon-128x128.png | bin | 25054 -> 25054 bytes | |||
| -rw-r--r-- | graphics/web/favicon-16x16.png | bin | 1977 -> 1977 bytes | |||
| -rw-r--r-- | graphics/web/favicon-32x32.png | bin | 3755 -> 3755 bytes | |||
| -rw-r--r-- | graphics/web/favicon-64x64.png | bin | 9595 -> 9595 bytes |
5 files changed, 1 insertions, 1 deletions
diff --git a/graphics/update b/graphics/update index cd0995e05..e33e9a8b5 100755 --- a/graphics/update +++ b/graphics/update @@ -55,7 +55,7 @@ else # OS X preferences icons # servers.png does not have an SVG version mkdir -p osx/preferences - for i in colour_conversions defaults email kdm_email cover_sheet keys tms; do + for i in colour_conversions defaults email kdm_email cover_sheet keys tms notifications; do $INKSCAPE osx/preferences/$i.png src/$i.svg -w 32 -h 32 done diff --git a/graphics/web/favicon-128x128.png b/graphics/web/favicon-128x128.png Binary files differindex d114e46e4..073162d09 100644 --- a/graphics/web/favicon-128x128.png +++ b/graphics/web/favicon-128x128.png diff --git a/graphics/web/favicon-16x16.png b/graphics/web/favicon-16x16.png Binary files differindex 196cac469..e17129704 100644 --- a/graphics/web/favicon-16x16.png +++ b/graphics/web/favicon-16x16.png diff --git a/graphics/web/favicon-32x32.png b/graphics/web/favicon-32x32.png Binary files differindex c123f9d6d..56f7415c8 100644 --- a/graphics/web/favicon-32x32.png +++ b/graphics/web/favicon-32x32.png diff --git a/graphics/web/favicon-64x64.png b/graphics/web/favicon-64x64.png Binary files differindex ee4ce4ea6..680867f7b 100644 --- a/graphics/web/favicon-64x64.png +++ b/graphics/web/favicon-64x64.png |
