ui: Renamed Log Window to Status Window and Output Tab to Status Tab
This commit is contained in:
@@ -57,7 +57,7 @@ void ComponentManager::setup(ViewLayout* viewLayout)
|
||||
m_dialogView = m_componentFactory->getViewFactory()->createDialogView(viewLayout, m_componentFactory->getStorageAccess());
|
||||
|
||||
std::shared_ptr<TabbedView> tabbedView =
|
||||
m_componentFactory->getViewFactory()->createTabbedView(viewLayout, "Log");
|
||||
m_componentFactory->getViewFactory()->createTabbedView(viewLayout, "Status");
|
||||
m_tabbedViews.push_back(tabbedView);
|
||||
|
||||
// std::shared_ptr<Component> logComponent = m_componentFactory->createLogComponent(tabbedView.get());
|
||||
|
||||
@@ -11,6 +11,6 @@ StatusView::~StatusView()
|
||||
|
||||
std::string StatusView::getName() const
|
||||
{
|
||||
return "Output";
|
||||
return "Status";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user