fix glade so that textview is expanded in change status message dialog. Fixes #1709

This commit is contained in:
Yann Leboulanger 2006-03-16 19:20:11 +00:00
parent a02bd6dbe4
commit 3eebf98e27
1 changed files with 3 additions and 3 deletions

View File

@ -10387,7 +10387,7 @@ Custom</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
<property name="expand">True</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
</packing> </packing>
</child> </child>
@ -10421,8 +10421,8 @@ Custom</property>
</widget> </widget>
<packing> <packing>
<property name="padding">0</property> <property name="padding">0</property>
<property name="expand">False</property> <property name="expand">True</property>
<property name="fill">False</property> <property name="fill">True</property>
</packing> </packing>
</child> </child>
</widget> </widget>