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");
|
setHeadingText("New Rule");
|
||||||
setClosable(false);
|
setClosable(false);
|
||||||
setModal(true);
|
setModal(true);
|
||||||
|
forceLayoutOnResize = true;
|
||||||
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
|
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -79,6 +79,7 @@ public class ConditionWidget extends SimpleContainer {
|
||||||
setBorders(true);
|
setBorders(true);
|
||||||
setWidth(width);
|
setWidth(width);
|
||||||
setHeight(height);
|
setHeight(height);
|
||||||
|
forceLayoutOnResize = true;
|
||||||
|
|
||||||
thisCont = this;
|
thisCont = this;
|
||||||
|
|
||||||
|
@ -127,7 +128,7 @@ public class ConditionWidget extends SimpleContainer {
|
||||||
add(baseLayout);
|
add(baseLayout);
|
||||||
|
|
||||||
|
|
||||||
//show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void setup() {
|
protected void setup() {
|
||||||
|
|
Loading…
Reference in New Issue