Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@111953 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-02-12 14:18:10 +00:00
parent 2ffb25d575
commit f602070ac5
1 changed files with 2 additions and 2 deletions

View File

@ -257,12 +257,12 @@ public class ModifyToolBar {
FlexTable geometryLayout = new FlexTable();
geometryGroup.add(geometryLayout);
pointButton = new TextButton("Point",
pointButton = new TextButton("Points",
TabularDataResources.INSTANCE.geometryPoint32());
pointButton.disable();
pointButton.setScale(ButtonScale.LARGE);
pointButton.setIconAlign(IconAlign.TOP);
pointButton.setToolTip("Create Point");
pointButton.setToolTip("Create Points");
pointButton.setArrowAlign(ButtonArrowAlign.BOTTOM);
pointButton.addSelectHandler(new SelectHandler() {