Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wesnoth/wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Mar 15, 2015
2 parents 9ca0ace + 1c0ea99 commit 0ede774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/help/help_browser.cpp
Expand Up @@ -53,11 +53,11 @@ help_browser::help_browser(display &disp, const section &toplevel) :

void help_browser::adjust_layout()
{
const int menu_buttons_padding = font::relative_size(10);
const int menu_buttons_padding = font::relative_size(10);
const int menu_y = location().y;
const int menu_x = location().x;
const int menu_w = 250;
const int menu_h = height() - back_button_.height() - menu_buttons_padding;
const int menu_h = height();

const int menu_text_area_padding = font::relative_size(10);
const int text_area_y = location().y;
Expand Down

0 comments on commit 0ede774

Please sign in to comment.