Add a title bar to the treeview browser, as this is the only (currently) supported way to fix docking issues with our code in wcDocker. Fixes #1184

Original patch by Surinder. Simplified and re-styled by me.
pull/3/head
Surinder Kumar 2016-06-24 10:12:57 +01:00 committed by Dave Page
parent 8f643a1946
commit a7e1e25cf4
1 changed files with 2 additions and 1 deletions

View File

@ -55,9 +55,10 @@ function(require, $, _, S, Bootstrap, pgAdmin, alertify, CodeMirror) {
'browser': new pgAdmin.Browser.Panel({
name: 'browser',
title: '{{ _('Browser') }}',
showTitle: false,
showTitle: true,
isCloseable: false,
isPrivate: true,
icon: 'fa fa-binoculars',
content: '<div id="tree" class="aciTree"></div>'
}),
// Properties of the object node