Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@93102 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7a7a3168e6
commit
0874582cb8
|
@ -63,6 +63,7 @@ public class ColumnExpressionDialog extends Window {
|
||||||
setResizable(false);
|
setResizable(false);
|
||||||
setHeadingText("New Rule");
|
setHeadingText("New Rule");
|
||||||
setClosable(false);
|
setClosable(false);
|
||||||
|
setModal(true);
|
||||||
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
|
getHeader().setIcon(ExpressionResources.INSTANCE.rule());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue