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:
Giancarlo Panichi 2014-03-13 17:43:44 +00:00
parent 7a7a3168e6
commit 0874582cb8
1 changed files with 1 additions and 0 deletions

View File

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