Skip to content
Permalink
Browse files
Merge pull request #8156 from 8times9/resourcepack-header
Qt/ResourcePackManager: Remove column header bold text
  • Loading branch information
spycrab committed Jun 5, 2019
2 parents 4f6cdfe + ffb8f56 commit 78e566a
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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());

0 comments on commit 78e566a

Please sign in to comment.