mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-16 14:01:46 +00:00
Merge pull request #13713 from Dentomologist/filesystemwidget_center_header_text
FilesystemWidget: Center header text
This commit is contained in:
commit
a0611b512b
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,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…
Add table
Add a link
Reference in a new issue