f-spot r4278 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4278 - trunk/src
- Date: Mon, 18 Aug 2008 07:43:57 +0000 (UTC)
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]