mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
FilesystemWidget: Center header text
Center header text to match all the other headers.
This commit is contained in:
parent
53b54406bd
commit
3dc1605569
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,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