Menu bar display fix
See https://github.com/sandboxie-plus/Sandboxie/pull/2273#pullrequestreview-1119384179
This commit is contained in:
parent
3de68239fc
commit
171363c3a7
|
@ -175,7 +175,8 @@ CSandMan::CSandMan(QWidget *parent)
|
|||
QWidget* pMenuWidget = new QWidget(this);
|
||||
m_pMenuLayout = new QHBoxLayout(pMenuWidget);
|
||||
m_pMenuLayout->setContentsMargins(0, 0, 0, 0);
|
||||
m_pMenuLayout->addWidget(m_pMenuBar);
|
||||
//m_pMenuLayout->addWidget(m_pMenuBar);
|
||||
m_pMenuLayout->setMenuBar(m_pMenuBar);
|
||||
//m_pMenuLayout->addWidget(m_pLabel);
|
||||
//m_pMenuLayout->addStretch(10);
|
||||
setMenuWidget(pMenuWidget);
|
||||
|
|
Loading…
Reference in New Issue