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:
parent
2ffb25d575
commit
f602070ac5
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue