Changed background color on modal window

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@115450 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-22 10:36:34 +00:00 committed by Giancarlo Panichi
parent 6724355974
commit 58d32388a0
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class WizardWindow extends Window {
protected void initWindow() {
Log.info(title);
// setModal(true);
setModal(true);
setResizable(WIZARRESIZABLE);
setCollapsible(WIZARDCOLLAPSIBLE);
setWidth(WIZARDWIDTH);