Minor Updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@92470 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-28 10:47:17 +00:00
parent c1a2d0f88b
commit ea9de2399e
1 changed files with 2 additions and 2 deletions

View File

@ -274,7 +274,7 @@ public class FileToolBar {
templateOpenButton = new TextButton("Open",
TabularDataResources.INSTANCE.templateAdd32());
templateOpenButton.disable();
templateOpenButton.enable();
templateOpenButton.setToolTip("Open");
templateOpenButton.setScale(ButtonScale.LARGE);
templateOpenButton.setIconAlign(IconAlign.TOP);
@ -292,7 +292,7 @@ public class FileToolBar {
templateNewButton = new TextButton("New",
TabularDataResources.INSTANCE.templateEdit32());
templateNewButton.disable();
templateNewButton.enable();
templateNewButton.setToolTip("New");
templateNewButton.setScale(ButtonScale.LARGE);
templateNewButton.setIconAlign(IconAlign.TOP);