[PATCH 2/2] Misbehaving vertically enlarging var inspector
- From: Dodji Seketeli <dodji seketeli org>
- To: Nemiver Development <nemiver-list gnome org>
- Subject: [PATCH 2/2] Misbehaving vertically enlarging var inspector
- Date: Wed, 07 Sep 2011 17:24:42 +0200
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]