FilesystemWidget: Center header text

Center header text to match all the other headers.
This commit is contained in:
Dentomologist 2025-05-27 12:34:20 -07:00
parent 53b54406bd
commit 3dc1605569

View File

@ -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