[Commits] [wesnoth/wesnoth] 14c44d: Load Game: fixed game list being empty with long f...
GitHub
noreply at github.com
Tue Aug 30 10:43:50 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 14c44d0ea90df3722b4e41df2bb6c9a0cab75940
https://github.com/wesnoth/wesnoth/commit/14c44d0ea90df3722b4e41df2bb6c9a0cab75940
Author: Charles Dang <exodia339 at gmail.com>
Date: 2016-08-30 (Tue, 30 Aug 2016)
Changed paths:
M data/gui/window/game_load.cfg
M src/gui/dialogs/game_load.cpp
Log Message:
-----------
Load Game: fixed game list being empty with long filenames on small resolutions
For some reason, without horizontal_scrollbar_mode = "never", the game didn't utilize the
window scrollbar and instead simply failed to place the listbox content grid. This resolves that,
as well as reducing the the filename truncate size so names fit fine on 800x600 without said
window scrollbar. Also, it ensures a horizontal scrollbar won't appear in the leaders list.
More information about the Commits
mailing list