Hello, It turned out that my last patch to fix the behaviour of vertically enlarging the variable inspector was a bit too heavy[1].
I inadvertently made the vbox containing the variable inspector widget /not/ expand when I enlarge the whole window. That is wrong and annoying. Only the text entry field's container should behave that like. Fixed thus, applied to master and gtk2-branch. [1]: http://mail.gnome.org/archives/nemiver-list/2011-August/msg00030.html * src/persp/dbgperspective/ui/varinspectordialog.ui: Allow the VBox containing the variable inspector widget to expand. --- src/persp/dbgperspective/ui/varinspectordialog.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/persp/dbgperspective/ui/varinspectordialog.ui b/src/persp/dbgperspective/ui/varinspectordialog.ui index 7f4be8b..5b6bf75 100644 --- a/src/persp/dbgperspective/ui/varinspectordialog.ui +++ b/src/persp/dbgperspective/ui/varinspectordialog.ui @@ -118,7 +118,7 @@ </child> </object> <packing> - <property name="expand">False</property> + <property name="expand">True</property> <property name="fill">True</property> <property name="position">1</property> </packing> -- Dodji _______________________________________________ nemiver-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nemiver-list
