Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@93108 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-13 18:28:27 +00:00
parent 0874582cb8
commit de4d3ae3e3
2 changed files with 3 additions and 1 deletions

View File

@ -64,6 +64,7 @@ public class ColumnExpressionDialog extends Window {
setHeadingText("New Rule");
setClosable(false);
setModal(true);
forceLayoutOnResize = true;
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
}

View File

@ -79,6 +79,7 @@ public class ConditionWidget extends SimpleContainer {
setBorders(true);
setWidth(width);
setHeight(height);
forceLayoutOnResize = true;
thisCont = this;
@ -127,7 +128,7 @@ public class ConditionWidget extends SimpleContainer {
add(baseLayout);
//show();
}
protected void setup() {