Skip to content

Commit 58bb142

Browse files
committed
Revert changes from the previous commit to restore the 'Object Explorer' title.
1 parent eb7c3ef commit 58bb142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/pgadmin/static/js/BrowserComponent.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ let defaultLayout = {
8080
mode: 'horizontal',
8181
children: [
8282
{
83-
size: 10,
83+
size: 20,
8484
tabs: [
8585
LayoutDocker.getPanel({
86-
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext(''),
86+
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext('Object Explorer'),
8787
content: <ObjectExplorer />, group: 'object-explorer'
8888
}),
8989
],
9090
},
9191
{
92-
size: 90,
92+
size: 80,
9393
id: BROWSER_PANELS.MAIN,
9494
group: 'playground',
9595
tabs: defaultTabsData.map((t)=>LayoutDocker.getPanel(t)),

0 commit comments

Comments
 (0)