summaryrefslogtreecommitdiff
path: root/ship_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2005-12-28 09:29:00 +0000
committerpeter1138 <peter1138@openttd.org>2005-12-28 09:29:00 +0000
commitcac82aa4af7b415bb00a3d8e7a5c74c59829ddd2 (patch)
tree782b3538ca05970e27b28b522872c541738004f3 /ship_gui.c
parentb181868483cda5b7a30c2da6b0483d5aca3a35a2 (diff)
downloadopenttd-cac82aa4af7b415bb00a3d8e7a5c74c59829ddd2.tar.xz
(svn r3350) Fix widget glitch in player ship window (missed in r1379)
Diffstat (limited to 'ship_gui.c')
-rw-r--r--ship_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship_gui.c b/ship_gui.c
index c52c5165a..37289c375 100644
--- a/ship_gui.c
+++ b/ship_gui.c
@@ -940,7 +940,7 @@ static const Widget _player_ships_widgets[] = {
{ WWT_PANEL, RESIZE_NONE, 14, 81, 235, 14, 25, 0x0, STR_SORT_CRITERIA_TIP},
{ WWT_TEXTBTN, RESIZE_NONE, 14, 236, 247, 14, 25, STR_0225, STR_SORT_CRITERIA_TIP},
{ WWT_PANEL, RESIZE_RIGHT, 14, 248, 259, 14, 25, 0x0, STR_NULL},
-{ WWT_MATRIX, RESIZE_RB, 14, 0, 248, 26, 169, 0x401, STR_9823_SHIPS_CLICK_ON_SHIP_FOR},
+{ WWT_MATRIX, RESIZE_RB, 14, 0, 247, 26, 169, 0x401, STR_9823_SHIPS_CLICK_ON_SHIP_FOR},
{ WWT_SCROLLBAR, RESIZE_LRB, 14, 248, 259, 26, 169, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
{ WWT_PUSHTXTBTN, RESIZE_TB, 14, 0, 124, 170, 181, STR_9804_NEW_SHIPS, STR_9824_BUILD_NEW_SHIPS_REQUIRES},
{ WWT_PUSHTXTBTN, RESIZE_TB, 14, 125, 247, 170, 181, STR_REPLACE_VEHICLES, STR_REPLACE_HELP},