gbrainy r450 - trunk/src



Author: jmas
Date: Fri Aug 29 19:16:32 2008
New Revision: 450
URL: http://svn.gnome.org/viewvc/gbrainy?rev=450&view=rev

Log:
A bit more conservative on the resolution

Modified:
   trunk/src/gbrainy.cs

Modified: trunk/src/gbrainy.cs
==============================================================================
--- trunk/src/gbrainy.cs	(original)
+++ trunk/src/gbrainy.cs	Fri Aug 29 19:16:32 2008
@@ -138,7 +138,7 @@
 
 		// For low resolutions, hide the toolbar and made the drawing area smaller
 		if (drawing_area.Screen.Width> 0 && drawing_area.Screen.Height > 0) {
-			if (drawing_area.Screen.Height < 800) {
+			if (drawing_area.Screen.Height < 700) {
 				drawing_vbox.HeightRequest = 300;
 				low_res = true;
 			}



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