This commit is contained in:
DavidXanatos 2023-05-21 15:54:37 +02:00
parent 0bccdce86b
commit 26a8ab0e69
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- fixed File Panel doesn't allow to adjust columns size in a permanent way [#2930](https://github.com/sandboxie-plus/Sandboxie/issues/2930)
- fixed Renaming a box with sandboxed run entries can break those entries. [#2921](https://github.com/sandboxie-plus/Sandboxie/issues/2921)
- fixed WFP not enabled after Setup Wizard [#2915](https://github.com/sandboxie-plus/Sandboxie/issues/2915)
- fixed Name column in the sandbox view should never be hidden [#2933](https://github.com/sandboxie-plus/Sandboxie/issues/2933)

View File

@ -39,6 +39,7 @@ CSbieView::CSbieView(QWidget* parent) : CPanelView(parent)
// SbieTree
m_pSbieTree = new QTreeViewEx();
m_pSbieTree->setColumnFixed(0, true);
m_pSbieTree->setAlternatingRowColors(theConf->GetBool("Options/AltRowColors", false));
m_pSbieTree->setExpandsOnDoubleClick(false);
//m_pSbieTree->setItemDelegate(theGUI->GetItemDelegate());