Saving feed pane size needs to update the center modules, which now fit into a different space.

This commit is contained in:
Samuel Clay 2011-03-14 09:29:58 -04:00
parent 4ab3904d52
commit fdafb280dd

View file

@ -213,6 +213,7 @@
},
save_feed_pane_size: function(w, pane, $pane, state, options, name) {
$('.NB-modules-center').css('margin-left', state.size);
this.model.preference('feed_pane_size', state.size);
},