From 7dc51a07c95bb94f396dcfe282a3b72d367abed9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sat, 8 Aug 2009 01:39:30 +0000 Subject: [PATCH] Victor's patch for 'Shelf content placement on screen resize fix'. Tested here, no adverse effects. SVN revision: 41637 --- src/bin/e_shelf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index 628800ee7..e02bcf50f 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -399,6 +399,7 @@ e_shelf_move_resize(E_Shelf *es, int x, int y, int w, int h) es->y = y; es->w = w; es->h = h; + e_gadcon_swallowed_min_size_set(es->gadcon, w, h); if (es->popup) e_popup_move_resize(es->popup, es->x, es->y, es->w, es->h); else