wingo - in flumotion/trunk: . data/glade

flumotion-commit at lists.fluendo.com flumotion-commit at lists.fluendo.com
Wed Jun 13 18:32:19 CEST 2007


Author: wingo
Date: Wed Jun 13 18:32:16 2007
New Revision: 5174

Modified:
   flumotion/trunk/ChangeLog
   flumotion/trunk/data/glade/admin.glade
Log:
2007-06-13  Andy Wingo  <wingo at pobox.com>

	* data/glade/admin.glade: Prevent irritating effect whereby
	component UI can leave artifacts on the vpane's handle.



Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog	(original)
+++ flumotion/trunk/ChangeLog	Wed Jun 13 18:32:16 2007
@@ -1,5 +1,8 @@
 2007-06-13  Andy Wingo  <wingo at pobox.com>
 
+	* data/glade/admin.glade: Prevent irritating effect whereby
+	component UI can leave artifacts on the vpane's handle.
+
 	* flumotion/admin/gtk/client.py (Window.admin_disconnected_cb):
 	Disconnect from the planet state, clear messages, and clear the
 	component list when we disconnect, not when we reconnect. Fixes

Modified: flumotion/trunk/data/glade/admin.glade
==============================================================================
--- flumotion/trunk/data/glade/admin.glade	(original)
+++ flumotion/trunk/data/glade/admin.glade	Wed Jun 13 18:32:16 2007
@@ -588,8 +588,8 @@
 	      </child>
 	    </widget>
 	    <packing>
-	      <property name="shrink">True</property>
-	      <property name="resize">False</property>
+	      <property name="shrink">False</property>
+	      <property name="resize">True</property>
 	    </packing>
 	  </child>
 


More information about the flumotion-commit mailing list