GNOME Bugzilla – Bug 699473
too small chart property window
Last modified: 2013-06-18 08:25:01 UTC
Created attachment 243062 [details] .png image to illustrate the problem From version 1.12.1 or 1.12.2, the chart window is now too small and the relative size of the tree container is too large (see attached screenshot).
Which gtk+ version? Note that the tree can't be smaller.
Indeed, this seems to be an issue with gtk+ (it happened since an upgrade). The version used is 3.8.0.
They probably chenged something about layout. I'll see when I can use 3.8. Still at 3.4 for now. The easy way is to set minimum size for the window.
How do you set the minimum size of the window?
Using gtk_widget_set_size_request(), but not sure about how the widgets inside the dialog will be distributed. Ths issue arose because I added a scrolled window as parent for the properties pages so that the chart preview can be made much larger making things more clear.
OK, I'm seeing the issue now that I'm using gtk+-3.8.
Actually, the size looks good the first time but not later. Quite weird.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.