mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 04:07:51 +00:00
FilesystemWidget: Center header text
Center header text to match all the other headers.
This commit is contained in:
parent
53b54406bd
commit
3dc1605569
@ -70,6 +70,7 @@ void FilesystemWidget::CreateWidgets()
|
||||
header->setSectionResizeMode(0, QHeaderView::Stretch);
|
||||
header->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
||||
header->setStretchLastSection(false);
|
||||
header->setDefaultAlignment(Qt::AlignCenter);
|
||||
|
||||
// Windows: Set style to (old) windows, which draws branch lines
|
||||
#ifdef _WIN32
|
||||
|
Loading…
Reference in New Issue
Block a user