gnome-scan r678 - in trunk: . lib



Author: bersace
Date: Sun Dec 14 15:56:34 2008
New Revision: 678
URL: http://svn.gnome.org/viewvc/gnome-scan?rev=678&view=rev

Log:
Auto hide option widget label too.

Modified:
   trunk/ChangeLog
   trunk/lib/gnome-scan-option-widget.vala

Modified: trunk/lib/gnome-scan-option-widget.vala
==============================================================================
--- trunk/lib/gnome-scan-option-widget.vala	(original)
+++ trunk/lib/gnome-scan-option-widget.vala	Sun Dec 14 15:56:34 2008
@@ -36,6 +36,8 @@
 		public bool		expand		{get; set;}
 
 		construct {
+			this.spacing = 4;
+			this.border_width = 2;
 			this.tooltip_text = option.desc;
 			this.option.notify["active"] += this.on_option_active_changed;
 			this.auto_hide(option);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]