Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@97954 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-06-27 16:00:41 +00:00 committed by Giancarlo Panichi
parent 42a1c9eb4a
commit d3bc89bec1
10 changed files with 14 additions and 2 deletions

View File

@ -131,5 +131,17 @@ public interface ResourceBundle extends ClientBundle {
@Source("plaster.png")
ImageResource plaster();
@Source("magnifier-zoom-in_32.png")
ImageResource magnifierZoomIn32();
@Source("magnifier-zoom-in.png")
ImageResource magnifierZoomIn();
@Source("magnifier-zoom-out_32.png")
ImageResource magnifierZoomOut32();
@Source("magnifier-zoom-out.png")
ImageResource magnifierZoomOut();
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -347,7 +347,7 @@ public class ValidationsTasksPanel extends FramedPanel implements ResumeDialogLi
TextButton btnExpandAll = new TextButton();
// btnReload.setText("Expand All");
btnExpandAll.setIcon(ResourceBundle.INSTANCE.collapseAll12());
btnExpandAll.setIcon(ResourceBundle.INSTANCE.magnifierZoomIn());
btnExpandAll.setToolTip("Expand All");
btnExpandAll.addSelectHandler(new SelectHandler() {
@ -361,7 +361,7 @@ public class ValidationsTasksPanel extends FramedPanel implements ResumeDialogLi
TextButton btnCollapseAll = new TextButton();
// btnReload.setText("Expand All");
btnCollapseAll.setIcon(ResourceBundle.INSTANCE.expandAll12());
btnCollapseAll.setIcon(ResourceBundle.INSTANCE.magnifierZoomOut());
btnCollapseAll.setToolTip("Collapse All");
btnCollapseAll.addSelectHandler(new SelectHandler() {

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB