Set the default icon of View3DInventor

This commit is contained in:
Paddle
2023-10-23 14:12:47 +02:00
committed by WandererFan
parent f566b449a6
commit d08ead4d7f
2 changed files with 3 additions and 1 deletions

View File

@@ -1821,7 +1821,6 @@ MDIView *Document::createView(const Base::Type& typeId)
view3D->setWindowTitle(title);
view3D->setWindowModified(this->isModified());
view3D->setWindowIcon(QApplication::windowIcon());
view3D->resize(400, 300);
if (!cameraSettings.empty()) {