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 19fcb32ff0
commit e859961e8f

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 );