summaryrefslogtreecommitdiff
path: root/src/timetable_gui.cpp
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-06-20 20:02:30 +0000
committermaedhros <maedhros@openttd.org>2007-06-20 20:02:30 +0000
commit07a11f05aea3b33b62ec2d2682c1fd563df9d130 (patch)
tree018213d6367f79bba470d48e75d7d6cf46fcd791 /src/timetable_gui.cpp
parentd5da0e074029d6a60f792a4866f9b743a576ae24 (diff)
downloadopenttd-07a11f05aea3b33b62ec2d2682c1fd563df9d130.tar.xz
(svn r10239) -Fix (r10236): The pin button didn't move when resizing the timetable gui.
Diffstat (limited to 'src/timetable_gui.cpp')
-rw-r--r--src/timetable_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp
index 6745353f3..5b3d2f99f 100644
--- a/src/timetable_gui.cpp
+++ b/src/timetable_gui.cpp
@@ -272,7 +272,7 @@ static void TimetableWndProc(Window *w, WindowEvent *we)
static const Widget _timetable_widgets[] = {
{ WWT_CLOSEBOX, RESIZE_NONE, 14, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW},
{ WWT_CAPTION, RESIZE_RIGHT, 14, 11, 337, 0, 13, STR_TIMETABLE_TITLE, STR_018C_WINDOW_TITLE_DRAG_THIS},
- { WWT_STICKYBOX, RESIZE_NONE, 14, 338, 349, 0, 13, STR_NULL, STR_STICKY_BUTTON},
+ { WWT_STICKYBOX, RESIZE_LR, 14, 338, 349, 0, 13, STR_NULL, STR_STICKY_BUTTON},
{ WWT_PANEL, RESIZE_RB, 14, 0, 337, 14, 176, STR_NULL, STR_TIMETABLE_TOOLTIP},
{ WWT_SCROLLBAR, RESIZE_LRB, 14, 338, 349, 14, 176, STR_NULL, STR_0190_SCROLL_BAR_SCROLLS_LIST},