[chronojump] App do not start at fullscreen now



commit ef8d795f008b261411422ba30cee4979e672f9a0
Author: Xavier de Blas <xaviblas gmail com>
Date:   Sat Jan 5 19:39:54 2013 +0100

    App do not start at fullscreen now

 src/gui/chronojump.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index d3379bc..62688ba 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -429,7 +429,8 @@ public partial class ChronoJumpWindow
 				
 		//new DialogMessage(Constants.MessageTypes.INFO, UtilGtk.ScreenHeightFitted(false).ToString() );
 		//UtilGtk.ResizeIfNeeded(stats_window);
-		app1.Maximize();
+		
+		//app1.Maximize(); //this was for starting at fullscreen
 
 		report = new Report(-1); //when a session is loaded or created, it will change the report.SessionID value
 		//TODO: check what happens if a session it's deleted



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