Merge pull request #8156 from 8times9/resourcepack-header

Qt/ResourcePackManager: Remove column header bold text
This commit is contained in:
spycrab 2019-06-05 14:27:39 +02:00 committed by GitHub
commit 78e566aaa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ void ResourcePackManager::RepopulateTable()
header->setSectionResizeMode(i, QHeaderView::ResizeToContents);
header->setStretchLastSection(true);
header->setHighlightSections(false);
int size = static_cast<int>(ResourcePack::GetPacks().size());