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:
parent
0874582cb8
commit
de4d3ae3e3
|
@ -64,6 +64,7 @@ public class ColumnExpressionDialog extends Window {
|
|||
setHeadingText("New Rule");
|
||||
setClosable(false);
|
||||
setModal(true);
|
||||
forceLayoutOnResize = true;
|
||||
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
|
||||
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue