Revert changes from the previous commit to restore the 'Object Explorer' title.

This commit is contained in:
Akshay Joshi
2025-02-11 20:18:10 +05:30
parent eb7c3ef361
commit 58bb14253e

View File

@@ -80,16 +80,16 @@ let defaultLayout = {
mode: 'horizontal',
children: [
{
size: 10,
size: 20,
tabs: [
LayoutDocker.getPanel({
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext(''),
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext('Object Explorer'),
content: <ObjectExplorer />, group: 'object-explorer'
}),
],
},
{
size: 90,
size: 80,
id: BROWSER_PANELS.MAIN,
group: 'playground',
tabs: defaultTabsData.map((t)=>LayoutDocker.getPanel(t)),