shithub: choc

Download patch

ref: dc0f1f5ce1cc7930678777681cfe31ea8564ed0f
parent: 2a23b5cdaf6b868ac717799bf42db2466126a17f
author: Michael Day <contact@michaelcday.com>
date: Sat Apr 23 10:51:44 EDT 2022

Setup: Tweak mouse menu columns

Give "Inventory right" a little extra room.

--- a/src/setup/mouse.c
+++ b/src/setup/mouse.c
@@ -98,7 +98,7 @@
                    buttons_table = TXT_NewTable(4),
                    NULL);
 
-    TXT_SetColumnWidths(buttons_table, 16, 11, 14, 10);
+    TXT_SetColumnWidths(buttons_table, 16, 11, 16, 10);
 
     AddMouseControl(buttons_table, "Move forward", &mousebforward);
     AddMouseControl(buttons_table, "Strafe left", &mousebstrafeleft);