Gui: Make sure the title of the combo view is 'Model' again

This commit is contained in:
wmayer
2023-10-13 15:16:33 +02:00
committed by wwmayer
parent a02d1fe45a
commit 821b57f969

View File

@@ -41,8 +41,6 @@ using namespace Gui::DockWnd;
ComboView::ComboView(Gui::Document* pcDocument, QWidget *parent)
: DockWindow(pcDocument, parent)
{
setWindowTitle(tr("Combo View"));
auto pLayout = new QGridLayout(this);
pLayout->setSpacing( 0 );
pLayout->setContentsMargins ( 0, 0, 0, 0 );