From 560e5560f15b09ba297cab1478d1be81b60280cd Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 12 Sep 2008 21:20:12 +0000 Subject: (svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items. --- src/vehicle_gui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/vehicle_gui.h') diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h index 1d11b349a..0fef7a19a 100644 --- a/src/vehicle_gui.h +++ b/src/vehicle_gui.h @@ -41,8 +41,7 @@ enum { PLY_WND_PRC__OFFSET_TOP_WIDGET = 26, PLY_WND_PRC__SIZE_OF_ROW_TINY = 13, PLY_WND_PRC__SIZE_OF_ROW_SMALL = 26, - PLY_WND_PRC__SIZE_OF_ROW_BIG = 36, - PLY_WND_PRC__SIZE_OF_ROW_BIG2 = 39, + PLY_WND_PRC__SIZE_OF_ROW_BIG = 39, }; /** Vehicle List Window type flags */ -- cgit v1.2.3-54-g00ecf