Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@99028 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0062181abd
commit
dd280373b1
|
@ -70,6 +70,8 @@ public class WizardWindow extends Window {
|
|||
protected EventBus eventBus;
|
||||
|
||||
protected ToolBar cardMoveToolBar;
|
||||
|
||||
protected FillToolItem fillSpacingCardMoveToolBar;
|
||||
|
||||
/**
|
||||
* Create a new Wizard Window with the specified title.
|
||||
|
@ -113,7 +115,10 @@ public class WizardWindow extends Window {
|
|||
backButton.setEnabled(false);
|
||||
backButton.setTabIndex(1001);
|
||||
cardMoveToolBar.add(backButton,new BoxLayoutData(new Margins(1)));
|
||||
cardMoveToolBar.add(new FillToolItem());
|
||||
|
||||
fillSpacingCardMoveToolBar=new FillToolItem();
|
||||
|
||||
cardMoveToolBar.add(fillSpacingCardMoveToolBar);
|
||||
|
||||
nextButton = new TextButton(BUTTONNEXTLABEL);
|
||||
nextButton.setIcon(ResourceBundle.INSTANCE.wizardNext());
|
||||
|
@ -288,7 +293,6 @@ public class WizardWindow extends Window {
|
|||
close(false);
|
||||
}
|
||||
};
|
||||
cardMoveToolBar.forceLayout();
|
||||
forceLayout();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue