From 6d08593bd04c884ad160ee19f01bf89d590c55a7 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sun, 13 Sep 2015 15:21:55 +0000 Subject: [PATCH] MeLoDy Updates - Increased horizontal table column width to fit longer merc names git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7991 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Laptop/merccompare.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laptop/merccompare.cpp b/Laptop/merccompare.cpp index 7acee116..29960a1b 100644 --- a/Laptop/merccompare.cpp +++ b/Laptop/merccompare.cpp @@ -1073,7 +1073,7 @@ void RenderMercCompareMatrix( ) } UINT16 spacepermerc = (LAPTOP_SCREEN_LR_X - LAPTOP_SCREEN_UL_X) / (squadvector.size() + 1); - spacepermerc = min( spacepermerc , 70); + spacepermerc = min( spacepermerc , 65); // now loop over the squadmembers and fill out the table std::vector::iterator itend = squadvector.end( );