Qt/ResourcePackManager: Remove column header bold text

This commit is contained in:
8times9 2019-06-04 19:13:39 -05:00
parent a4837a5c5d
commit ffb8f56a83
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());