This commit is contained in:
DavidXanatos 2021-07-31 23:10:54 +02:00
parent b41a1b9792
commit bfa5998de3
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ CSandMan::CSandMan(QWidget *parent)
m_pTrayBoxes->setRootIsDecorated(false); m_pTrayBoxes->setRootIsDecorated(false);
//m_pTrayBoxes->setHeaderLabels(tr(" Sandbox").split("|")); //m_pTrayBoxes->setHeaderLabels(tr(" Sandbox").split("|"));
m_pTrayBoxes->setHeaderHidden(true); m_pTrayBoxes->setHeaderHidden(true);
m_pTrayBoxes->setSelectionMode(QAbstractItemView::NoSelection);
pLayout->insertSpacing(0, 1);// 32); pLayout->insertSpacing(0, 1);// 32);