Skip to content

Commit

Permalink
fixed top right corner of settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SushiTee authored and oy committed Jul 17, 2012
1 parent 8e09a80 commit 6b12567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/client/components/menus_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ void CMenus::RenderSettings(CUIRect MainView)
// render background
CUIRect RestartWarning;
MainView.HSplitBottom(15.0f, &MainView, &RestartWarning);
RenderTools()->DrawUIRect(&MainView, ms_ColorTabbarActive, CUI::CORNER_B|CUI::CORNER_TL, 10.0f);
RenderTools()->DrawUIRect(&MainView, ms_ColorTabbarActive, CUI::CORNER_T, 10.0f);

MainView.HSplitTop(10.0f, 0, &MainView);

Expand Down

0 comments on commit 6b12567

Please sign in to comment.