This commit is contained in:
Dentomologist 2025-05-27 12:37:58 -07:00 committed by GitHub
commit d609287e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

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