The systray icons don't have to be of the same size

This commit is contained in:
Pierre Pronchery 2010-01-19 20:02:18 +00:00
parent 72c85b37a6
commit b84be8eabf

View File

@ -82,7 +82,7 @@ static GtkWidget * _systray_init(PanelApplet * applet)
return NULL;
}
applet->priv = systray;
systray->hbox = gtk_hbox_new(TRUE, 0);
systray->hbox = gtk_hbox_new(FALSE, 0);
systray->owner = gtk_invisible_new();
g_signal_connect(G_OBJECT(systray->hbox), "screen-changed", G_CALLBACK(
_on_screen_changed), systray);