changeset 4913:e7ede844a9c4 draft

(svn r6885) - Fix (r1379): List of actions panel in the town authority window went underneath its scrollbar
author peter1138 <peter1138@openttd.org>
date Sat, 21 Oct 2006 23:36:06 +0000
parents 92e942024904
children 31e5277333c9
files town_gui.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/town_gui.c
+++ b/town_gui.c
@@ -21,7 +21,7 @@
 {   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},