From 48a2503f1694f9a5c2f189fcd9104a37102f299d Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 5 Dec 2017 09:27:55 -0500 Subject: Add new presets toolbar icon. Use on Mac. --- gfx/icons/-Credits.md | 4 +++- gfx/icons/Presets2.png | Bin 0 -> 1803 bytes gfx/icons/Presets2@2x.png | Bin 0 -> 3545 bytes macosx/Assets.xcassets/presets.imageset/Contents.json | 4 ++-- macosx/Assets.xcassets/presets.imageset/Presets2.png | Bin 0 -> 1803 bytes macosx/Assets.xcassets/presets.imageset/Presets2@2x.png | Bin 0 -> 3545 bytes macosx/Assets.xcassets/presets.imageset/presets.png | Bin 1355 -> 0 bytes macosx/Assets.xcassets/presets.imageset/presets@2x.png | Bin 2693 -> 0 bytes 8 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 gfx/icons/Presets2.png create mode 100644 gfx/icons/Presets2@2x.png create mode 100644 macosx/Assets.xcassets/presets.imageset/Presets2.png create mode 100644 macosx/Assets.xcassets/presets.imageset/Presets2@2x.png delete mode 100644 macosx/Assets.xcassets/presets.imageset/presets.png delete mode 100644 macosx/Assets.xcassets/presets.imageset/presets@2x.png diff --git a/gfx/icons/-Credits.md b/gfx/icons/-Credits.md index 30e23bedc..13a3b059f 100644 --- a/gfx/icons/-Credits.md +++ b/gfx/icons/-Credits.md @@ -8,4 +8,6 @@ Under the Project GPLv2 Licence. -Note: The Green Encode / Pause Icons are remakes by jamiemlaw \ No newline at end of file +Note: The Green Encode / Pause Icons are remakes by jamiemlaw + +Presets2.png and Presets2@2x.png by Bradley Sepos diff --git a/gfx/icons/Presets2.png b/gfx/icons/Presets2.png new file mode 100644 index 000000000..36b925115 Binary files /dev/null and b/gfx/icons/Presets2.png differ diff --git a/gfx/icons/Presets2@2x.png b/gfx/icons/Presets2@2x.png new file mode 100644 index 000000000..7648351a7 Binary files /dev/null and b/gfx/icons/Presets2@2x.png differ diff --git a/macosx/Assets.xcassets/presets.imageset/Contents.json b/macosx/Assets.xcassets/presets.imageset/Contents.json index 94887a8d1..13d50e8db 100644 --- a/macosx/Assets.xcassets/presets.imageset/Contents.json +++ b/macosx/Assets.xcassets/presets.imageset/Contents.json @@ -2,12 +2,12 @@ "images" : [ { "idiom" : "universal", - "filename" : "presets.png", + "filename" : "Presets2.png", "scale" : "1x" }, { "idiom" : "universal", - "filename" : "presets@2x.png", + "filename" : "Presets2@2x.png", "scale" : "2x" }, { diff --git a/macosx/Assets.xcassets/presets.imageset/Presets2.png b/macosx/Assets.xcassets/presets.imageset/Presets2.png new file mode 100644 index 000000000..36b925115 Binary files /dev/null and b/macosx/Assets.xcassets/presets.imageset/Presets2.png differ diff --git a/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png b/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png new file mode 100644 index 000000000..7648351a7 Binary files /dev/null and b/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png differ diff --git a/macosx/Assets.xcassets/presets.imageset/presets.png b/macosx/Assets.xcassets/presets.imageset/presets.png deleted file mode 100644 index ff2a6e5ee..000000000 Binary files a/macosx/Assets.xcassets/presets.imageset/presets.png and /dev/null differ diff --git a/macosx/Assets.xcassets/presets.imageset/presets@2x.png b/macosx/Assets.xcassets/presets.imageset/presets@2x.png deleted file mode 100644 index ed4e0d417..000000000 Binary files a/macosx/Assets.xcassets/presets.imageset/presets@2x.png and /dev/null differ -- cgit v1.2.3