summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-09-12 21:20:12 +0000
committerrubidium <rubidium@openttd.org>2008-09-12 21:20:12 +0000
commit560e5560f15b09ba297cab1478d1be81b60280cd (patch)
treedf262ace0a38aaa554af067f7b5f1027744cf1eb /src/vehicle_gui.h
parent95bdb5a6a34669832b395594095ca262f46396bd (diff)
downloadopenttd-560e5560f15b09ba297cab1478d1be81b60280cd.tar.xz
(svn r14301) -Codechange: give the vehicle list and group list the same relative size and the same absolute height for the vehicle list items.
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h3
1 files changed, 1 insertions, 2 deletions
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 */