diff options
author | Bradley Sepos <bradley@bradleysepos.com> | 2017-12-05 09:27:55 -0500 |
---|---|---|
committer | Bradley Sepos <bradley@bradleysepos.com> | 2017-12-05 11:06:32 -0500 |
commit | 48a2503f1694f9a5c2f189fcd9104a37102f299d (patch) | |
tree | 9db1ba0865bfa9aaef9977c083e03e196667d134 /macosx | |
parent | 307b5e3f8b31541b246b7682af080fa05d920422 (diff) |
Add new presets toolbar icon.
Use on Mac.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Assets.xcassets/presets.imageset/Contents.json | 4 | ||||
-rw-r--r-- | macosx/Assets.xcassets/presets.imageset/Presets2.png | bin | 0 -> 1803 bytes | |||
-rw-r--r-- | macosx/Assets.xcassets/presets.imageset/Presets2@2x.png | bin | 0 -> 3545 bytes | |||
-rw-r--r-- | macosx/Assets.xcassets/presets.imageset/presets.png | bin | 1355 -> 0 bytes | |||
-rw-r--r-- | macosx/Assets.xcassets/presets.imageset/presets@2x.png | bin | 2693 -> 0 bytes |
5 files changed, 2 insertions, 2 deletions
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 Binary files differnew file mode 100644 index 000000000..36b925115 --- /dev/null +++ b/macosx/Assets.xcassets/presets.imageset/Presets2.png diff --git a/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png b/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png Binary files differnew file mode 100644 index 000000000..7648351a7 --- /dev/null +++ b/macosx/Assets.xcassets/presets.imageset/Presets2@2x.png diff --git a/macosx/Assets.xcassets/presets.imageset/presets.png b/macosx/Assets.xcassets/presets.imageset/presets.png Binary files differdeleted file mode 100644 index ff2a6e5ee..000000000 --- a/macosx/Assets.xcassets/presets.imageset/presets.png +++ /dev/null diff --git a/macosx/Assets.xcassets/presets.imageset/presets@2x.png b/macosx/Assets.xcassets/presets.imageset/presets@2x.png Binary files differdeleted file mode 100644 index ed4e0d417..000000000 --- a/macosx/Assets.xcassets/presets.imageset/presets@2x.png +++ /dev/null |