]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make the "Enter HUD editor" button large
authorotta8634 <k9wolf@pm.me>
Sat, 8 Feb 2025 18:32:19 +0000 (02:32 +0800)
committerotta8634 <k9wolf@pm.me>
Fri, 14 Mar 2025 16:33:05 +0000 (00:33 +0800)
Now spans the full width of the dialog, to make it easier to find.

qcsrc/menu/xonotic/dialog_settings_game_hud.qc

index ed6718d5f734bdd932bd8a976998a82aeaa74e7b..ba2c67f3525f4c3ebf5e5885b661dd20b7e8b3cd 100644 (file)
@@ -178,10 +178,9 @@ void XonoticGameHUDSettingsTab_fill(entity me)
                me.TD(me, 1, 1.2, e = makeXonoticCheckBox_T(0, "hud_dynamic_follow", _("Dynamic HUD"),
                        _("HUD moves around following player's movement")));
                me.TD(me, 1, 1.8, e = makeXonoticCheckBox(0, "hud_dynamic_shake", _("Shake the HUD when hurt")));
-       me.TR(me);
-       me.TR(me);
-               me.TDempty(me, 0.5);
-               me.TD(me, 1, 2, e = makeXonoticButton(_("Enter HUD editor"), '0 0 0'));
+
+       me.gotoRC(me, me.rows - 1, 0); me.setFirstColumn(me, me.currentColumn);
+               me.TD(me, 1, me.columns, e = makeXonoticButton(_("Enter HUD editor"), '0 0 0'));
                        e.onClick = HUDSetup_Check_Gamestatus;
                        e.onClickEntity = me;
                // TODO: show hud config name with text here