mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-19 07:21:40 +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(0, QHeaderView::Stretch);
|
||||||
header->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
header->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
||||||
header->setStretchLastSection(false);
|
header->setStretchLastSection(false);
|
||||||
|
header->setDefaultAlignment(Qt::AlignCenter);
|
||||||
|
|
||||||
// Windows: Set style to (old) windows, which draws branch lines
|
// Windows: Set style to (old) windows, which draws branch lines
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue