forked from e16/e16
1
0
Fork 0

Change default systray icon size to 16.

Size 24 seems to cause trouble in certain applications.

SVN revision: 63627
This commit is contained in:
Kim Woelders 2011-09-27 17:44:19 +00:00
parent 11986c20d0
commit be01050beb
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ SystrayInit(Container * ct)
ct->wm_name = "Systray";
ct->menu_title = _("Systray Options");
ct->dlg_title = _("Systray Settings");
ct->iconsize = 24;
ct->iconsize = 16;
}
static void