From 10caf391a1b6de33e1ac03236b2744adc9a2b2c5 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 17 Apr 2011 18:42:17 +0000 Subject: (svn r22343) -Change: Remove pixel limiter for query strings. --- src/timetable_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timetable_gui.cpp') diff --git a/src/timetable_gui.cpp b/src/timetable_gui.cpp index 7abe4f4f0..09e3df844 100644 --- a/src/timetable_gui.cpp +++ b/src/timetable_gui.cpp @@ -556,7 +556,7 @@ struct TimetableWindow : Window { } } - ShowQueryString(current, STR_TIMETABLE_CHANGE_TIME, 31, 150, this, CS_NUMERAL, QSF_NONE); + ShowQueryString(current, STR_TIMETABLE_CHANGE_TIME, 31, this, CS_NUMERAL, QSF_NONE); break; } -- cgit v1.2.3-54-g00ecf