mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 06:29:00 +01:00
Qt/ResourcePackManager: Remove column header bold text
This commit is contained in:
parent
a4837a5c5d
commit
ffb8f56a83
@ -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());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user