Skip to content

Commit

Permalink
Stop panel collapse left on adding certain out-of-process applets
Browse files Browse the repository at this point in the history
Stop panel from collapsing left on adding fish, moving window-list(or other wncklet applet) on otherwise empty panel
Fixes #661
  • Loading branch information
lukefromdc committed Oct 5, 2017
1 parent cfb9e30 commit f4e875f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mate-panel/panel-widget.c
Expand Up @@ -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
Expand Down

0 comments on commit f4e875f

Please sign in to comment.