Skip to content
Snippets Groups Projects
Commit fc42e040 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 5bbc5709
No related branches found
No related tags found
No related merge requests found
...@@ -7065,7 +7065,6 @@ Custom</property> ...@@ -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> ...@@ -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> ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment