From 7fe387708ff265897624cbd318b87cc51bf50ce1 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 18 Nov 2006 17:34:20 +0000 Subject: (svn r7209) -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable... --- station_gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/station_gui.c b/station_gui.c index d41a16664..c148d9cf6 100644 --- a/station_gui.c +++ b/station_gui.c @@ -458,7 +458,7 @@ static const Widget _player_stations_widgets[] = { { WWT_CAPTION, RESIZE_RIGHT, 14, 11, 345, 0, 13, STR_3048_STATIONS, STR_018C_WINDOW_TITLE_DRAG_THIS}, { WWT_STICKYBOX, RESIZE_LR, 14, 346, 357, 0, 13, 0x0, STR_STICKY_BUTTON}, { WWT_PANEL, RESIZE_RB, 14, 0, 345, 37, 161, 0x0, STR_3057_STATION_NAMES_CLICK_ON}, -{ WWT_SCROLLBAR, RESIZE_LRB, 14, 346, 357, 25, 149, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, +{ WWT_SCROLLBAR, RESIZE_LRB, 14, 346, 357, 37, 149, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, { WWT_RESIZEBOX, RESIZE_LRTB, 14, 346, 357, 150, 161, 0x0, STR_RESIZE_BUTTON}, //Index 6 { WWT_TEXTBTN, RESIZE_NONE, 14, 0, 13, 14, 24, STR_TRAIN, STR_USE_CTRL_TO_SELECT_MORE}, @@ -491,7 +491,7 @@ static const Widget _player_stations_widgets[] = { { WWT_PUSHTXTBTN, RESIZE_NONE, 14, 0, 80, 25, 36, STR_SORT_BY, STR_SORT_ORDER_TIP}, { WWT_PANEL, RESIZE_NONE, 14, 81, 232, 25, 36, 0x0, STR_SORT_CRITERIA_TIP}, { WWT_TEXTBTN, RESIZE_NONE, 14, 233, 243, 25, 36, STR_0225, STR_SORT_CRITERIA_TIP}, -{ WWT_PANEL, RESIZE_RIGHT, 14, 244, 345, 25, 36, 0x0, STR_NULL}, +{ WWT_PANEL, RESIZE_RIGHT, 14, 244, 357, 25, 36, 0x0, STR_NULL}, { WIDGETS_END}, }; -- cgit v1.2.3-70-g09d2