Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@92824 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-03-07 14:48:22 +00:00
parent 3c7c8ec4d3
commit bfec462530
2 changed files with 3 additions and 3 deletions

View File

@ -338,8 +338,8 @@ public interface TabularDataResources extends ClientBundle {
ImageResource annotationDelete();
@Source("table-clone_32.png")
ImageResource tableClone32();
ImageResource clone32();
@Source("table-clone.png")
ImageResource tableClone();
ImageResource clone();
}

View File

@ -111,7 +111,7 @@ public class FileToolBar {
cloneButton = new TextButton("Clone",
TabularDataResources.INSTANCE.close32());
TabularDataResources.INSTANCE.clone32());
cloneButton.disable();
cloneButton.setId("cloneButton");
cloneButton.setScale(ButtonScale.LARGE);