This commit is contained in:
Giancarlo Panichi 2014-08-05 16:52:31 +00:00
parent 8bb9c9ad6f
commit 589e4ee73d
6 changed files with 7 additions and 1 deletions

View File

@ -285,6 +285,12 @@ public interface TabularDataResources extends ClientBundle {
@Source("help.png")
ImageResource help();
@Source("logs_32.png")
ImageResource logs32();
@Source("logs.png")
ImageResource logs();
@Source("template-add_32.png")
ImageResource templateAdd32();

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -503,7 +503,7 @@ public class FileToolBar {
logsButton = new TextButton("Logs",
TabularDataResources.INSTANCE.help32());
TabularDataResources.INSTANCE.logs32());
logsButton.enable();
logsButton.setToolTip("Show Logs");
logsButton.setScale(ButtonScale.LARGE);

Binary file not shown.

After

Width:  |  Height:  |  Size: 950 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB