Browse Source

Changed Inspector object name to InspectorMainWindow

Signed-off-by: Chris Galvan <[email protected]>
Chris Galvan 3 years ago
parent
commit
d2b8465f9b

+ 1 - 1
Code/Editor/Plugins/ComponentEntityEditorPlugin/UI/QComponentEntityEditorMainWindow.cpp

@@ -21,7 +21,7 @@ QComponentEntityEditorInspectorWindow::QComponentEntityEditorInspectorWindow(QWi
     : QMainWindow(parent)
     , m_propertyEditor(nullptr)
 {
-    setObjectName("ComponentEntityInspector");
+    setObjectName("InspectorMainWindow");
     gEnv->pSystem->GetISystemEventDispatcher()->RegisterListener(this);
 
     Init();