From a4fd814806250e0b23779949fe019025398f1740 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Thu, 5 Oct 2017 01:27:36 -0400 Subject: Stop panel collapse left on adding certain out-of-process applets Stop panel from collapsing left on adding fish, moving window-list(or other wncklet applet) on otherwise empty panel Fixes https://github.com/mate-desktop/mate-panel/issues/661 --- mate-panel/panel-widget.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mate-panel/panel-widget.c b/mate-panel/panel-widget.c index b178b860..8ba97fc1 100644 --- a/mate-panel/panel-widget.c +++ b/mate-panel/panel-widget.c @@ -1584,6 +1584,7 @@ panel_widget_size_allocate(GtkWidget *widget, GtkAllocation *allocation) #if !GTK_CHECK_VERSION(3, 18, 0) panel_widget_set_background_region (panel); #endif + gtk_widget_queue_resize(widget); } gboolean -- cgit v1.2.1