summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-21 23:36:06 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-21 23:36:06 +0000
commit62181fe6e7b3d0f4e2ba91e017a44bf847a5c20c (patch)
treef9d8003f6ce6c1ba64aac6eec9eafb6beb905f18
parentee27bb497c0790d86da6025fa48034f01f36d6e0 (diff)
downloadopenttd-62181fe6e7b3d0f4e2ba91e017a44bf847a5c20c.tar.xz
(svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar
-rw-r--r--town_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_gui.c b/town_gui.c
index 52020ca10..1ddca91c2 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -21,7 +21,7 @@ static const Widget _town_authority_widgets[] = {
{ WWT_CLOSEBOX, RESIZE_NONE, 13, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW},
{ WWT_CAPTION, RESIZE_NONE, 13, 11, 316, 0, 13, STR_2022_LOCAL_AUTHORITY, STR_018C_WINDOW_TITLE_DRAG_THIS},
{ WWT_IMGBTN, RESIZE_NONE, 13, 0, 316, 14, 105, 0x0, STR_NULL},
-{ WWT_IMGBTN, RESIZE_NONE, 13, 0, 306, 106, 157, 0x0, STR_2043_LIST_OF_THINGS_TO_DO_AT},
+{ WWT_IMGBTN, RESIZE_NONE, 13, 0, 304, 106, 157, 0x0, STR_2043_LIST_OF_THINGS_TO_DO_AT},
{ WWT_SCROLLBAR, RESIZE_NONE, 13, 305, 316, 106, 157, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
{ WWT_IMGBTN, RESIZE_NONE, 13, 0, 316, 158, 209, 0x0, STR_NULL},
{ WWT_PUSHTXTBTN, RESIZE_NONE, 13, 0, 316, 210, 221, STR_2042_DO_IT, STR_2044_CARRY_OUT_THE_HIGHLIGHTED},