$ git clone http://tcclient.ion.nu/tc_client.git
commit 6ffa948d4106a610f0a9caf3115202e6a764d32f
Author: Alicia <...>
Date: Mon Aug 3 13:39:33 2015 +0200
tc_client-gtk: made the pane handles between cams, chat, and userlist wide (contributed by David Kreuter)
diff --git a/ChangeLog b/ChangeLog
index e9bcfc6..0cf123a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ If an RTMP chunk already has a buffer allocated when a packet sets the length, f
Added support for captchas.
irchack: added a check for whether tc_client is installed or should be run from the source directory (should have been added along with the 'install' target)
tc_client-gtk and camviewer: added support for captchas.
+tc_client-gtk: made the pane handles between cams, chat, and userlist wide (contributed by David Kreuter)
irchack: added support for captchas.
cursedchat: added support for captchas.
0.34:
diff --git a/gtkgui.glade b/gtkgui.glade
index 7956c40..58e32de 100644
--- a/gtkgui.glade
+++ b/gtkgui.glade
@@ -502,6 +502,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
+ <property name="wide_handle">True</property>
<child>
<object class="GtkScrolledWindow" id="camerascroll">
<property name="visible">True</property>
@@ -523,7 +524,7 @@
</child>
</object>
<packing>
- <property name="resize">True</property>
+ <property name="resize">False</property>
<property name="shrink">True</property>
</packing>
</child>
@@ -536,6 +537,7 @@
<object class="GtkPaned" id="chatnick">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="wide_handle">True</property>
<child>
<object class="GtkNotebook" id="tabs">
<property name="visible">True</property>
@@ -595,7 +597,7 @@
</child>
</object>
<packing>
- <property name="resize">True</property>
+ <property name="resize">False</property>
<property name="shrink">True</property>
</packing>
</child>