gbrainy r294 - trunk/src



Author: jmas
Date: Tue Apr  8 16:37:20 2008
New Revision: 294
URL: http://svn.gnome.org/viewvc/gbrainy?rev=294&view=rev

Log:
2008-04-07 Jordi Mas <jmas softcatala org>

	* PuzzleEquations.cs:Same hight that other single line puzzles



Modified:
   trunk/src/ChangeLog
   trunk/src/PuzzleEquation.cs

Modified: trunk/src/PuzzleEquation.cs
==============================================================================
--- trunk/src/PuzzleEquation.cs	(original)
+++ trunk/src/PuzzleEquation.cs	Tue Apr  8 16:37:20 2008
@@ -71,6 +71,6 @@
 		DrawBackground (gr);
 		PrepareGC (gr);
 		gr.SetLargeFont ();
-		gr.DrawTextCentered (0.5, 0.5, formula);
+		gr.DrawTextCentered (0.5, DrawAreaY + 0.3, formula);
 	}
 }



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