$ git clone http://tcclient.ion.nu/tc_client.git
commit e73ab646c816d49099cdaf0f3e106869d3c6218f
Author: Alicia <...>
Date:   Mon Sep 12 22:05:35 2016 +0200

    tc_client-gtk: when resizing the window, resize the camera pane before the chat pane.

diff --git a/ChangeLog b/ChangeLog
index ba9019a..d8f060b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ tc_client-gtk: added an option to use the --cookies parameter of the core to kee
 tc_client-gtk: when automatically opening cameras is disabled don't open the ones that are active when joining either, and notify when someone cams up.
 tc_client-gtk: added menu item to hide a camera upon right-click.
 tc_client-gtk: limit the camera preview to 640 by 480, scaling down if the input is larger.
+tc_client-gtk: when resizing the window, resize the camera pane before the chat pane.
 tc_client-gtk and camviewer: fixed compatibility with newer libavutil.
 tc_client-gtk and camviewer: added compatibility fallbacks for av_image_get_buffer_size() and av_packet_unref()
 libcamera(v4l2): if we failed to read the frame, give grey instead.
diff --git a/gtkgui.glade b/gtkgui.glade
index ca86a70..b02ee9e 100644
--- a/gtkgui.glade
+++ b/gtkgui.glade
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.19.0 -->
 <interface>
   <requires lib="gtk+" version="3.0"/>
   <object class="GtkAdjustment" id="adjustment1">
@@ -1110,7 +1109,7 @@
                 </child>
               </object>
               <packing>
-                <property name="resize">False</property>
+                <property name="resize">True</property>
                 <property name="shrink">True</property>
               </packing>
             </child>
@@ -1209,7 +1208,7 @@
                 </child>
               </object>
               <packing>
-                <property name="resize">True</property>
+                <property name="resize">False</property>
                 <property name="shrink">True</property>
               </packing>
             </child>