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:
parent
40e9ec2481
commit
61ba73927e
|
@ -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();
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue