From: Samual Date: Thu, 19 Jan 2012 17:37:05 +0000 (-0500) Subject: Adjust demos tab a bit X-Git-Tag: xonotic-v0.6.0~122 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dae69d6a94fe73f5bd3faa73e6d4a867cdc22bb9;p=xonotic%2Fxonotic-data.pk3dir.git Adjust demos tab a bit --- diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_demo.c b/qcsrc/menu/xonotic/dialog_multiplayer_demo.c index be0ba2679..9538c9afd 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_demo.c +++ b/qcsrc/menu/xonotic/dialog_multiplayer_demo.c @@ -24,6 +24,9 @@ void XonoticDemoBrowserTab_fill(entity me) entity btn; entity dlist; + me.TR(me); + me.TD(me, 1, 4, e = makeXonoticCheckBox(0, "cl_autodemo", _("Automatically record demos while playing"))); + me.TR(me); me.TR(me); me.TD(me, 1, 0.5, e = makeXonoticTextLabel(0, _("Filter:"))); me.TD(me, 1, 0.5, btn = makeXonoticButton(_("Clear"), '0 0 0')); @@ -37,9 +40,6 @@ void XonoticDemoBrowserTab_fill(entity me) me.TR(me); me.TD(me, me.rows - 4, me.columns, dlist); - - me.gotoRC(me, me.rows - 3, 0); - me.TD(me, 1, 4, e = makeXonoticCheckBox(0, "cl_autodemo", _("Automatically record demos while playing"))); me.gotoRC(me, me.rows - 1, 0); me.TD(me, 1, me.columns / 2, e = makeXonoticButton(_("Timedemo"), '0 0 0'));