The systray icons don't have to be of the same size
This commit is contained in:
parent
72c85b37a6
commit
b84be8eabf
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user