Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@98821 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-18 17:33:28 +00:00 committed by Giancarlo Panichi
parent 8c20b39d2c
commit 603b1f5710
2 changed files with 3 additions and 0 deletions

View File

@ -379,10 +379,12 @@ public class ToolBox extends TabPanel {
if (validationsTablePanel != null) {
validationsTablePanel.update();
validationsTablePanel.onResize();
}
if (validationsTasksPanel != null) {
validationsTasksPanel.update();
validationsTablePanel.onResize();
}
if (changeColumnTypePanel != null) {

View File

@ -31,6 +31,7 @@ public class ToolBoxPanel extends ContentPanel {
setResize(true);
setBodyBorder(false);
setBorders(false);
forceLayoutOnResize = true;
toolBox = new ToolBox("ToolBox",eventBus,this);
add(toolBox);
startPanel();