Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@91378 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-02-11 13:44:37 +00:00
parent f175ef102e
commit 3a4fe3cef3
1 changed files with 2 additions and 1 deletions

View File

@ -227,9 +227,10 @@ public class CurationToolBar {
structureLayout.setWidget(0, 3, addColumnButton);
structureLayout.getFlexCellFormatter().setRowSpan(0, 3, 2);
deleteColumnButton.disable();
deleteColumnButton = new TextButton("Delete Column",
TabularDataResources.INSTANCE.columnDelete32());
deleteColumnButton.disable();
deleteColumnButton.setScale(ButtonScale.LARGE);
deleteColumnButton.setIconAlign(IconAlign.TOP);
deleteColumnButton.setToolTip("Delete column");