Backport 2008-04-28T21:47:00Z!shadowm@wesnoth.org from trunk to 1.4 branch
This commit is contained in:
parent
114b28055d
commit
aa73c6c97e
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ TITLE_RESULT show_title(game_display& screen, config& tips_of_day)
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue