From e859961e8ffcee2654b304d0bf55b92be3b64545 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 13 Oct 2023 15:16:33 +0200 Subject: [PATCH] Gui: Make sure the title of the combo view is 'Model' again --- src/Gui/ComboView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Gui/ComboView.cpp b/src/Gui/ComboView.cpp index a3a1c89ab6..4883829124 100644 --- a/src/Gui/ComboView.cpp +++ b/src/Gui/ComboView.cpp @@ -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 );