Skip to content

Commit

Permalink
FIX: Vertical alignment of left/right buttons in tab panel header
Browse files Browse the repository at this point in the history
git-svn-id: svn://tron.homeunix.org/simutrans/simutrans/trunk@3635 8aca7d54-2c30-db11-9de9-000461428c89
  • Loading branch information
Knightly committed Aug 8, 2010
1 parent 1729abf commit 0f0b1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/components/gui_tab_panel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ void gui_tab_panel_t::set_groesse(koord gr)
}

if( required_groesse.x>gr.x ) {
left.set_pos( koord( 2, 2 ) );
right.set_pos( koord( gr.x-10, 2 ) );
left.set_pos( koord( 2, 5 ) );
right.set_pos( koord( gr.x-10, 5 ) );
}
}

Expand Down

0 comments on commit 0f0b1bb

Please sign in to comment.