fixed top right corner of settings

This commit is contained in:
SushiTee 2011-12-05 22:12:23 +01:00 committed by oy
parent 8e09a80e22
commit 6b1256799a

View file

@ -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);