From: MirceaKitsune Date: Tue, 19 Jul 2011 13:40:20 +0000 (+0300) Subject: Properly resize the weapon settings window X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=93f99a7441206d4354bc752503046a95b327f5ed;p=voretournament%2Fvoretournament.git Properly resize the weapon settings window --- diff --git a/data/qcsrc/menu/voret/dialog_multiplayer_playersetup_weapons.c b/data/qcsrc/menu/voret/dialog_multiplayer_playersetup_weapons.c index cd9659e3..e4dcf04c 100644 --- a/data/qcsrc/menu/voret/dialog_multiplayer_playersetup_weapons.c +++ b/data/qcsrc/menu/voret/dialog_multiplayer_playersetup_weapons.c @@ -6,7 +6,7 @@ CLASS(VoretWeaponsDialog) EXTENDS(VoretDialog) ATTRIB(VoretWeaponsDialog, title, string, "Weapon & Crosshair settings") ATTRIB(VoretWeaponsDialog, color, vector, SKINCOLOR_DIALOG_WEAPONS) ATTRIB(VoretWeaponsDialog, intendedWidth, float, 1) - ATTRIB(VoretWeaponsDialog, rows, float, 20) + ATTRIB(VoretWeaponsDialog, rows, float, 15) ATTRIB(VoretWeaponsDialog, columns, float, 8) ATTRIB(VoretWeaponsDialog, weaponsList, entity, NULL) ENDCLASS(VoretWeaponsDialog)