f-spot r4418 - trunk/src



Author: sdelcroix
Date: Thu Sep 18 14:29:24 2008
New Revision: 4418
URL: http://svn.gnome.org/viewvc/f-spot?rev=4418&view=rev

Log:
add a shadow to the tagselectionwidget

Modified:
   trunk/src/MainWindow.cs

Modified: trunk/src/MainWindow.cs
==============================================================================
--- trunk/src/MainWindow.cs	(original)
+++ trunk/src/MainWindow.cs	Thu Sep 18 14:29:24 2008
@@ -346,6 +346,7 @@
 		sidebar_vbox.Add (sidebar);
 
 		tag_selection_scrolled = new ScrolledWindow ();
+		tag_selection_scrolled.ShadowType = ShadowType.In;
 		
 		tag_selection_widget = new TagSelectionWidget (db.Tags);
 		tag_selection_scrolled.Add (tag_selection_widget);



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