Skip to content

Commit e8a47b9

Browse files
committed
Use a white version of the Syphon icon in the GUI
The full-colour Syphon logo stood out among the white toolbar glyphs, so use a white treatment of it (luminance->alpha, brightened) for the "Add Syphon Source" button and Syphon source items, matching the rest of the toolbar. The colour version is no longer referenced and is removed.
1 parent 1909867 commit e8a47b9

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

36.3 KB
Loading

resources/images/icons/syphon.png

-141 KB
Binary file not shown.

resources/interface.qrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<file alias="add-video">images/icons/add_movie_w.png</file>
1111
<file alias="add-camera">images/icons/add_camera_w.png</file>
1212
<file alias="add-color">images/icons/add_paint_w.png</file>
13-
<file alias="add-syphon">images/icons/syphon.png</file>
13+
<file alias="add-syphon">images/icons/syphon-white.png</file>
1414
<file alias="add-mesh">images/shapes/add_quad.png</file>
1515
<file alias="add-triangle">images/shapes/add_triangle.png</file>
1616
<file alias="add-ellipse">images/shapes/add_circle.png</file>

0 commit comments

Comments
 (0)