diff options
author | Damiano Galassi <[email protected]> | 2018-06-07 14:28:57 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2018-06-07 14:28:57 +0200 |
commit | c37c77d2ec6300b45848edc62b4035811d53112a (patch) | |
tree | 798386f516bb16430da4a7b63bf36d971bc4317c /macosx/Assets.xcassets/activity.imageset | |
parent | 86997ab85d5e967d3afb858d84d86d3d5886afe3 (diff) |
MacGui: set the rendering intent of the monochromatic toolbar images to "template".
Diffstat (limited to 'macosx/Assets.xcassets/activity.imageset')
-rw-r--r-- | macosx/Assets.xcassets/activity.imageset/Contents.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Assets.xcassets/activity.imageset/Contents.json b/macosx/Assets.xcassets/activity.imageset/Contents.json index 9fee2b9e9..f05765a9c 100644 --- a/macosx/Assets.xcassets/activity.imageset/Contents.json +++ b/macosx/Assets.xcassets/activity.imageset/Contents.json @@ -18,5 +18,8 @@ "info" : { "version" : 1, "author" : "xcode" + }, + "properties" : { + "template-rendering-intent" : "template" } }
\ No newline at end of file |