GNOME Bugzilla – Bug 730160
'Inspect an Expression' dialog does not resize properly
Last modified: 2017-03-21 02:55:58 UTC
Created attachment 276573 [details] 'Inspect an Expression' dialog The 'Inspect an Expression' dialog does not appear to resize properly. When I add an expression, the fields below the input box cannot be seen no matter how I resize the dialog. See attached screenshot.
Seconded. Nemiver 0.9.5, Debian 8.4, libgtk 3.14.5, libgtkmm 3.14.0. Happens in "Inspect an Expression", "Set Watchpoint with Dialog" and "Show Global Variables" dialogs: the text box (or whatever it is) containing the actual variable/expression values is only 1 line large (plus column header), which is only ok for a simple int, but insufficient for structs. No mater how large the dialog window is pulled, the text box itself remains only 1 line.
Created attachment 326158 [details] Inspect Expression unsuitable for structs on Nemiver 0.9.5, Debian 8
Created attachment 348256 [details] [review] patch Here's a patch fixing contents resizing in various dialogs having the same issue.
*** Bug 780102 has been marked as a duplicate of this bug. ***
*** Bug 757514 has been marked as a duplicate of this bug. ***
I believe this was fixed in master by commit 6f2eb0a51633e6ecbddd0f3e7d8c971d71e1daab.
I cloned yesterday: this bug wasn't fixed. I rechecked now: it seems to me isn't fixed by that commit.
This problem has been fixed in the unstable development version. The fix will be available in the next major software release. You may need to upgrade your Linux distribution to obtain that newer version. commit 021bf992c41d330a022c2c7a3256461aef94dcd0 Thank you for the patch.