f-spot r4278 - trunk/src



Author: sdelcroix
Date: Mon Aug 18 07:43:57 2008
New Revision: 4278
URL: http://svn.gnome.org/viewvc/f-spot?rev=4278&view=rev

Log:
fix the infobox for fullscreen


Modified:
   trunk/src/InfoOverlay.cs

Modified: trunk/src/InfoOverlay.cs
==============================================================================
--- trunk/src/InfoOverlay.cs	(original)
+++ trunk/src/InfoOverlay.cs	Mon Aug 18 07:43:57 2008
@@ -50,7 +50,7 @@
 			box = new InfoItem (item);
 			box.BorderWidth = 15;
 			Add (box);
-			box.Show ();
+			box.ShowAll ();
 			Visibility = VisibilityType.Partial;
 			KeepAbove = true;
 			//WindowPosition = WindowPosition.Mouse;



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