top header in the portlet made invisible. GxtBorderLayout class modified.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@101025 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-10-27 14:34:32 +00:00
parent 9cad85a41e
commit e428025c29
1 changed files with 3 additions and 2 deletions

View File

@ -132,7 +132,8 @@ public class GxtBorderLayoutPanel extends ContentPanel {
}
private void initLayout() {
north.setLayout(new FitLayout());
// north.setLayout(new FitLayout());
north.setHeaderVisible(false); // hide the header of the north panel
north.setTopComponent(toolbar.getToolBar());
north.add(toolbar.getToolBar());
west.setLayout(new FitLayout());
@ -149,7 +150,7 @@ public class GxtBorderLayoutPanel extends ContentPanel {
// NORD
BorderLayoutData northData = new BorderLayoutData(LayoutRegion.NORTH,
55, 55, 70);
25, 25, 70);
northData.setSplit(false); // Split bar between regions
// northData.setFloatable(true);
// northData.setCollapsible(true);