]> git.xonotic.org Git - voretournament/voretournament.git/commitdiff
The Weapon Setup and HUD Setup menus can now be one row shorter
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 6 Nov 2011 15:33:04 +0000 (17:33 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 6 Nov 2011 15:33:04 +0000 (17:33 +0200)
data/qcsrc/menu/voret/dialog_multiplayer_playersetup_hud.c
data/qcsrc/menu/voret/dialog_multiplayer_playersetup_weapons.c

index 6c1f50cd6b679f47c02c841c9c80abb8d0129606..317cac2edf25b9670cf18fedbe7ee993deadd968 100644 (file)
@@ -6,7 +6,7 @@ CLASS(VoretHudDialog) EXTENDS(VoretDialog)
        ATTRIB(VoretHudDialog, title, string, "Radar, HUD & Waypoints")\r
        ATTRIB(VoretHudDialog, color, vector, SKINCOLOR_DIALOG_HUD)\r
        ATTRIB(VoretHudDialog, intendedWidth, float, 1)\r
-       ATTRIB(VoretHudDialog, rows, float, 19)\r
+       ATTRIB(VoretHudDialog, rows, float, 18)\r
        ATTRIB(VoretHudDialog, columns, float, 8)\r
 ENDCLASS(VoretHudDialog)\r
 #endif\r
index 1e1f68719aacf040c8e15425f7d244776f33cc8f..fb44d440cea6389bb7a1293b589ad95b526a752a 100644 (file)
@@ -6,7 +6,7 @@ CLASS(VoretWeaponsDialog) EXTENDS(VoretDialog)
        ATTRIB(VoretWeaponsDialog, title, string, "Weapon & Crosshair settings")\r
        ATTRIB(VoretWeaponsDialog, color, vector, SKINCOLOR_DIALOG_WEAPONS)\r
        ATTRIB(VoretWeaponsDialog, intendedWidth, float, 1)\r
-       ATTRIB(VoretWeaponsDialog, rows, float, 15)\r
+       ATTRIB(VoretWeaponsDialog, rows, float, 14)\r
        ATTRIB(VoretWeaponsDialog, columns, float, 8)\r
        ATTRIB(VoretWeaponsDialog, weaponsList, entity, NULL)\r
 ENDCLASS(VoretWeaponsDialog)\r