do not resize the message_textview in groupchat window when we resize the group chat window

This commit is contained in:
Yann Leboulanger 2005-03-16 14:00:51 +00:00
parent 5bbc5709ae
commit fc42e0407a

View file

@ -7065,7 +7065,6 @@ Custom</property>
<child> <child>
<widget class="GtkVPaned" id="vpaned4"> <widget class="GtkVPaned" id="vpaned4">
<property name="visible">True</property> <property name="visible">True</property>
<property name="position">225</property>
<child> <child>
<widget class="GtkHPaned" id="hpaned"> <widget class="GtkHPaned" id="hpaned">
@ -7137,12 +7136,13 @@ Custom</property>
</widget> </widget>
<packing> <packing>
<property name="shrink">True</property> <property name="shrink">True</property>
<property name="resize">False</property> <property name="resize">True</property>
</packing> </packing>
</child> </child>
<child> <child>
<widget class="GtkScrolledWindow" id="scrolledwindow19"> <widget class="GtkScrolledWindow" id="scrolledwindow19">
<property name="height_request">55</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
@ -7173,7 +7173,7 @@ Custom</property>
</widget> </widget>
<packing> <packing>
<property name="shrink">True</property> <property name="shrink">True</property>
<property name="resize">True</property> <property name="resize">False</property>
</packing> </packing>
</child> </child>
</widget> </widget>