summaryrefslogtreecommitdiff
path: root/rail_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'rail_gui.c')
-rw-r--r--rail_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rail_gui.c b/rail_gui.c
index 2b84883e7..07eedf82a 100644
--- a/rail_gui.c
+++ b/rail_gui.c
@@ -1120,7 +1120,7 @@ static const WindowDesc _build_waypoint_desc = {
static void ShowBuildWaypointPicker()
{
Window *w = AllocateWindowDesc(&_build_waypoint_desc);
- w->hscroll.cap = 1;
+ w->hscroll.cap = 4;
w->hscroll.count = (uint) (_waypoint_count+3) / 4;
}