GNOME Bugzilla – Bug 635441
Control center window size is tiny
Last modified: 2010-12-07 15:20:35 UTC
Just start system setting in gnome-shell jhbuild moduleset and it should looks like what I attached.
Created attachment 174966 [details] boo
seemed to work fine until: commit f20ac5792fe306885329817f7e6e9dabf0e91da0 Author: Tristan Van Berkom <tristan.van.berkom@gmail.com> Date: Fri Nov 19 00:53:13 2010 +0900 Fixing hangs with GtkScrolledWindow Now gtk_widget_size_allocate() unsets the resize_needed flags before returning, essentially this means that any widget that has a queued resize and is allocated before resize time, including queued resizes from inside a size_allocate() method will be cancelled. This makes gtk_scrolled_window_set_min_content_height() not operate. I think because it cancels the gtk_widget_queue_resize() in it.
Closing as a dupe of bug 636596, as it works now, and fits on the screen, but doesn't resize when switching from panel to panel without going to the overview. *** This bug has been marked as a duplicate of bug 636596 ***