[Twinsen][for 0.17][0.16.28] Train station rename list_box is too small.
Posted: Sun Mar 11, 2018 8:05 am
The list of existing train station names when renaming a train station does not adapt its width do the length of station name, unlike the one that lists station names when adding stations to a trains schedule. This makes it difficult to find long station names as they are cut off. It also has significantly less height than its counterpart.
The too small station rename box: The station list in train schedule edit mode (would be 2 times taller if i ran the game in fullscreen): I tried changing data.raw['gui-style'].default.train_station_list_box.maximal_width, but it has no effect for some reason? minimal_width works to make it wider, but that doesn't make it properly adapt to name length of course.
The too small station rename box: The station list in train schedule edit mode (would be 2 times taller if i ran the game in fullscreen): I tried changing data.raw['gui-style'].default.train_station_list_box.maximal_width, but it has no effect for some reason? minimal_width works to make it wider, but that doesn't make it properly adapt to name length of course.