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:
parent
f175ef102e
commit
3a4fe3cef3
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue