Don't override small toolbar icon size
The hack was originally meant to fix themes with no proper small icons, but it doesn't really help in most cases.
This commit is contained in:
parent
6788ae4770
commit
679ecf5d84
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ sokoke_js_script_eval (JSContextRef js_context,
|
|||
const gchar* script,
|
||||
gchar** exception);
|
||||
|
||||
/* Many themes need this hack for small toolbars to work */
|
||||
#define GTK_ICON_SIZE_SMALL_TOOLBAR GTK_ICON_SIZE_BUTTON
|
||||
|
||||
void
|
||||
sokoke_message_dialog (GtkMessageType message_type,
|
||||
const gchar* short_message,
|
||||
|
|
Loading…
Reference in a new issue