pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3422 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3422 - trunk/pingus/src
Date: Wed, 31 Oct 2007 06:02:10 +0100

Author: grumbel
Date: 2007-10-31 06:02:09 +0100 (Wed, 31 Oct 2007)
New Revision: 3422

Modified:
   trunk/pingus/src/start_screen.cpp
Log:
- adjusted spacing a bit to make more room for text

Modified: trunk/pingus/src/start_screen.cpp
===================================================================
--- trunk/pingus/src/start_screen.cpp   2007-10-31 04:57:35 UTC (rev 3421)
+++ trunk/pingus/src/start_screen.cpp   2007-10-31 05:02:09 UTC (rev 3422)
@@ -154,10 +154,11 @@
 
   gc.print_left(Fonts::chalk_normal,
                 Display::get_width()/2 - 290,
-                Display::get_height()/2 - 140,
+                Display::get_height()/2 - 150,
                 format_description(800 - 230));
 
   y += 32;
+  y += 30;
 
   gc.print_left (Fonts::chalk_normal, left_x,  y, _("Number of Pingus: "));
   gc.print_right(Fonts::chalk_normal, right_x, y, 
StringUtil::to_string(plf.get_number_of_pingus()));





reply via email to

[Prev in Thread] Current Thread [Next in Thread]