Author: shadowmaster
Date: Mon Apr 28 23:59:25 2008
New Revision: 26222
URL: http://svn.gna.org/viewcvs/wesnoth?rev=26222&view=rev
Log:
* Backport r26221 from trunk to 1.4 branch
Modified:
branches/1.4/src/titlescreen.cpp
Modified: branches/1.4/src/titlescreen.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/1.4/src/titlescreen.cpp?rev=26222&r1=26221&r2=26222&view=diff
==============================================================================
--- branches/1.4/src/titlescreen.cpp (original)
+++ branches/1.4/src/titlescreen.cpp Mon Apr 28 23:59:25 2008
@@ -335,7 +335,7 @@
const size_t versiony = screen.h() - version_area.h;
if(versiony < size_t(screen.h())) {
- draw_solid_tinted_rectangle(0, versiony, version_area.w,
version_area.h,0,0,0,0.75,screen.video().getSurface());
+ draw_solid_tinted_rectangle(0, versiony - 2, version_area.w +
3, version_area.h + 2,0,0,0,0.75,screen.video().getSurface());
font::draw_text(&screen.video(),screen.screen_area(),
font::SIZE_TINY, font::NORMAL_COLOUR,
version_str,0,versiony);
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits