1.9.4
This commit is contained in:
parent
0bccdce86b
commit
26a8ab0e69
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue