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:
parent
c1a2d0f88b
commit
ea9de2399e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue