Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@90714 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-01-29 19:01:19 +00:00
parent 40e9ec2481
commit 61ba73927e
2 changed files with 6 additions and 1 deletions

View File

@ -249,6 +249,11 @@ public interface TabularDataResources extends ClientBundle {
@Source("table-row-delete.png")
ImageResource rowRemove();
@Source("help_32.png")
ImageResource help32();
@Source("help.png")
ImageResource help();
}

View File

@ -411,7 +411,7 @@ public class FileToolBar {
helpGroup.add(helpLayout);
helpButton = new TextButton("Help",
TabularDataResources.INSTANCE.template32());
TabularDataResources.INSTANCE.help32());
helpButton.enable();
helpButton.setToolTip("Help");
helpButton.setScale(ButtonScale.LARGE);