f-spot r4487 - in trunk: . src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4487 - in trunk: . src
- Date: Tue, 14 Oct 2008 10:49:48 +0000 (UTC)
Author: sdelcroix
Date: Tue Oct 14 10:49:48 2008
New Revision: 4487
URL: http://svn.gnome.org/viewvc/f-spot?rev=4487&view=rev
Log:
2008-10-14 Stephane Delcroix <sdelcroix novell com>
* src/FullScreenView.cs: fix a bug going fullscreen on vertically
arranged monitors
Modified:
trunk/ChangeLog
trunk/src/FullScreenView.cs
Modified: trunk/src/FullScreenView.cs
==============================================================================
--- trunk/src/FullScreenView.cs (original)
+++ trunk/src/FullScreenView.cs Tue Oct 14 10:49:48 2008
@@ -38,9 +38,8 @@
//going fullscreen on the same screen the parent window
Gdk.Screen screen = Screen;
int monitor = screen.GetMonitorAtWindow (parent.GdkWindow);
- Gdk.Rectangle bounds = screen.GetMonitorGeometry(monitor);
- Move(bounds.X, 0);
-
+ Gdk.Rectangle bounds = screen.GetMonitorGeometry (monitor);
+ Move (bounds.X, bounds.Y);
string style = "style \"test\" {\n" +
"GtkToolbar::shadow_type = GTK_SHADOW_NONE\n" +
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]