do not resize the message_textview when we change the size of the window in tabbed chat window

This commit is contained in:
Yann Leboulanger 2005-03-16 13:58:08 +00:00
parent ed0213b441
commit 5bbc5709ae
1 changed files with 2 additions and 2 deletions

View File

@ -8198,7 +8198,6 @@ Custom</property>
<widget class="GtkVPaned" id="vpaned3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="position">170</property>
<child>
<widget class="GtkScrolledWindow" id="conversation_scrolledwindow">
@ -8237,6 +8236,7 @@ Custom</property>
<child>
<widget class="GtkScrolledWindow" id="scrolledwindow31">
<property name="height_request">55</property>
<property name="visible">True</property>
<property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
<property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
@ -8267,7 +8267,7 @@ Custom</property>
</widget>
<packing>
<property name="shrink">True</property>
<property name="resize">True</property>
<property name="resize">False</property>
</packing>
</child>
</widget>