After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635441 - Control center window size is tiny
Control center window size is tiny
Status: RESOLVED DUPLICATE of bug 636596
Product: gnome-control-center
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
EL
Depends on:
Blocks:
 
 
Reported: 2010-11-21 16:08 UTC by Baptiste Mille-Mathias
Modified: 2010-12-07 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
boo (10.40 KB, image/png)
2010-11-21 16:10 UTC, Baptiste Mille-Mathias
Details

Description Baptiste Mille-Mathias 2010-11-21 16:08:51 UTC
Just start system setting in gnome-shell jhbuild moduleset and it should looks like what I attached.
Comment 1 Baptiste Mille-Mathias 2010-11-21 16:10:25 UTC
Created attachment 174966 [details]
boo
Comment 2 William Jon McCann 2010-11-21 19:41:24 UTC
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.
Comment 3 Bastien Nocera 2010-12-07 15:20:35 UTC
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 ***