Skip to content

Commit 6146fe2

Browse files
committed
Use icons with better contrast, taken from Tango
1 parent ccd5f5a commit 6146fe2

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Diff for: common/media-window.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void media_window_lookup_and_set_icon_name (MediaWindow* self, const char* name)
132132
g_return_if_fail (name != NULL);
133133
_inner_error_ = NULL;
134134
theme = _g_object_ref0 (gtk_icon_theme_get_default ());
135-
icon_info = gtk_icon_theme_lookup_icon (theme, name, 64, 0);
135+
icon_info = gtk_icon_theme_lookup_icon (theme, name, 48, 0);
136136
if (icon_info != NULL) {
137137
{
138138
gtk_window_set_icon_from_file ((GtkWindow*) self, gtk_icon_info_get_filename (icon_info), &_inner_error_);

Diff for: common/media-window.gs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MediaWindow: Window
4343

4444
def lookup_and_set_icon_name(name: string)
4545
var theme = IconTheme.get_default()
46-
var icon_info = theme.lookup_icon(name, 64, 0)
46+
var icon_info = theme.lookup_icon(name, 48, 0)
4747
if icon_info != null
4848
try
4949
set_icon_from_file(icon_info.get_filename())

Diff for: imageview-app/omap4-imageview-app.png

-4.01 KB
Loading

Diff for: muxer-app/omap4-muxer-app.png

-1.14 KB
Loading

Diff for: player-app/omap4-player-app.png

-1.79 KB
Loading

0 commit comments

Comments
 (0)