mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 11:37:53 +03:00
Merge pull request #8156 from 8times9/resourcepack-header
Qt/ResourcePackManager: Remove column header bold text
This commit is contained in:
commit
78e566aaa5
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ void ResourcePackManager::RepopulateTable()
|
||||||
header->setSectionResizeMode(i, QHeaderView::ResizeToContents);
|
header->setSectionResizeMode(i, QHeaderView::ResizeToContents);
|
||||||
|
|
||||||
header->setStretchLastSection(true);
|
header->setStretchLastSection(true);
|
||||||
|
header->setHighlightSections(false);
|
||||||
|
|
||||||
int size = static_cast<int>(ResourcePack::GetPacks().size());
|
int size = static_cast<int>(ResourcePack::GetPacks().size());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue