f-spot r3844 - trunk/src



Author: sdelcroix
Date: Fri Apr 25 09:16:48 2008
New Revision: 3844
URL: http://svn.gnome.org/viewvc/f-spot?rev=3844&view=rev

Log:
removing SetDefualtSize. fix fullscreen on compiz, lookslike it keep working on dual head monitors

Modified:
   trunk/src/FullScreenView.cs

Modified: trunk/src/FullScreenView.cs
==============================================================================
--- trunk/src/FullScreenView.cs	(original)
+++ trunk/src/FullScreenView.cs	Fri Apr 25 09:16:48 2008
@@ -38,7 +38,6 @@
 			int monitor = screen.GetMonitorAtWindow (parent.GdkWindow);
 			Gdk.Rectangle bounds = screen.GetMonitorGeometry(monitor);
 			Move(bounds.X, 0);
-			SetDefaultSize(bounds.Width, bounds.Height);
 
 
 			string style = "style \"test\" {\n" +



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