$ git clone http://tcclient.ion.nu/tc_client.git
commit 1cb069ea5ca8be82d7f8e337935816b5c5f20080
Author: Alicia <...>
Date:   Fri Feb 26 18:52:56 2016 +0100

    tc_client-gtk: set a default position of the cam and nickname list pane handles.

diff --git a/ChangeLog b/ChangeLog
index 2087525..d69d152 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ tc_client-gtk: added option to change font size in the chat.
 tc_client-gtk: initialize audio samples of new cams to 0 (experimental audio support)
 tc_client-gtk: windows compat: do /mbs handling on a duplicated buffer to avoid cutting off the displayed message.
 tc_client-gtk: added input history (up/down arrows)
+tc_client-gtk: set a default position of the cam and nickname list pane handles.
 modbot: use youtube-dl's 'ytsearch:' instead of '--default-search auto', fixes issues with search terms that include slashes.
 configure: check for multiple versions of ncurses.
 0.37:
diff --git a/gtkgui.glade b/gtkgui.glade
index 9c1fb5d..5296038 100644
--- a/gtkgui.glade
+++ b/gtkgui.glade
@@ -923,7 +923,7 @@
   <object class="GtkWindow" id="main">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">tc_client</property>
-    <property name="default_width">300</property>
+    <property name="default_width">400</property>
     <property name="default_height">400</property>
     <signal name="destroy" handler="gtk_main_quit" swapped="no"/>
     <child>
@@ -990,6 +990,9 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="orientation">vertical</property>
+            <property name="position">150</property>
+            <property name="position_set">True</property>
+            <property name="wide_handle">True</property>
             <child>
               <object class="GtkScrolledWindow" id="camerascroll">
                 <property name="visible">True</property>
@@ -1024,6 +1027,9 @@
                   <object class="GtkPaned" id="chatnick">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
+                    <property name="position">300</property>
+                    <property name="position_set">True</property>
+                    <property name="wide_handle">True</property>
                     <child>
                       <object class="GtkNotebook" id="tabs">
                         <property name="visible">True</property>