Merge pull request #7175 from spycrab/qt_col_empty

Qt/GameList: Fix empty columns showing up when they should get hidden
This commit is contained in:
spycrab 2018-06-28 19:12:10 +02:00 committed by GitHub
commit c3108468fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,6 +614,8 @@ void GameList::OnHeaderViewChanged()
block = true;
UpdateColumnVisibility();
// So here's the deal: Qt's way of resizing stuff around stretched columns sucks ass
// That's why instead of using Stretch, we'll just make resizable columns take all the available
// space ourselves!