Skip to content

Commit 865d509

Browse files
committed
Put space more to left in editor browser
1 parent 2b1aa40 commit 865d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/components/menus_demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ void CMenus::RenderDemoList(CUIRect MainView)
866866
static CColumn s_aCols[] = {
867867
{COL_ICON, -1, " ", -1, 14.0f, 0, {0}, {0}},
868868
{COL_DEMONAME, SORT_DEMONAME, "Demo", 0, 0.0f, 0, {0}, {0}},
869-
{COL_DATE, SORT_DATE, "Date", 1, 150.0f, 0, {0}, {0}},
869+
{COL_DATE, SORT_DATE, "Date", 1, 300.0f, 0, {0}, {0}},
870870
};
871871

872872
RenderTools()->DrawUIRect(&Headers, vec4(0.0f,0,0,0.15f), 0, 0);

0 commit comments

Comments
 (0)