summaryrefslogtreecommitdiff
path: root/vehicle_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-07 22:31:20 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-07 22:31:20 +0000
commit088f4984ab55df36eae925f1b3f1e5ce0e3f5021 (patch)
treefacf3d8e3ac82c11b123adac5bfc956e111887c7 /vehicle_gui.c
parentdc726fee75cb1dc1eada54a49a405eeddb2fa274 (diff)
downloadopenttd-088f4984ab55df36eae925f1b3f1e5ce0e3f5021.tar.xz
(svn r7431) -Fix (r7418): GUI glitch when viewing other player's vehicle lists: bottom panel continued behind resize button.
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r--vehicle_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c
index f6e4ea500..c10712979 100644
--- a/vehicle_gui.c
+++ b/vehicle_gui.c
@@ -1420,7 +1420,7 @@ static const Widget _vehicle_list_widgets[] = {
{ WWT_MATRIX, RESIZE_RB, 14, 0, 247, 26, 169, 0x0, STR_NULL},
{ WWT_SCROLLBAR, RESIZE_LRB, 14, 248, 259, 26, 169, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
/* Widget to be shown for other players hiding the following 6 widgets */
- { WWT_PANEL, RESIZE_RTB, 14, 0, 259, 170, 181, 0x0, STR_NULL},
+ { WWT_PANEL, RESIZE_RTB, 14, 0, 247, 170, 181, 0x0, STR_NULL},
{ WWT_PUSHTXTBTN, RESIZE_TB, 14, 0, 105, 170, 181, 0x0, STR_AVAILABLE_ENGINES_TIP},
{ WWT_TEXTBTN, RESIZE_TB, 14, 106, 211, 170, 181, STR_MANAGE_LIST, STR_SORT_CRITERIA_TIP},