Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Put space more to left in editor browser
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/game/client/components/menus_demo.cpp
|
@@ -866,7 +866,7 @@ void CMenus::RenderDemoList(CUIRect MainView) |
|
|
static CColumn s_aCols[] = { |
|
|
{COL_ICON, -1, " ", -1, 14.0f, 0, {0}, {0}}, |
|
|
{COL_DEMONAME, SORT_DEMONAME, "Demo", 0, 0.0f, 0, {0}, {0}}, |
|
|
{COL_DATE, SORT_DATE, "Date", 1, 150.0f, 0, {0}, {0}}, |
|
|
{COL_DATE, SORT_DATE, "Date", 1, 300.0f, 0, {0}, {0}}, |
|
|
}; |
|
|
|
|
|
RenderTools()->DrawUIRect(&Headers, vec4(0.0f,0,0,0.15f), 0, 0); |
|
|