From 23cab23936813909c1837b54b6d125ea1eaa61d4 Mon Sep 17 00:00:00 2001 From: Jonatan Kronqvist Date: Thu, 13 Feb 2014 13:17:49 +0200 Subject: Add a custom icon for the TestBench debug tab (#12479) Updates the font icon files to add the official TestBench icon Change-Id: I6f417aea761c5b2320c69d36f0616e1d746224a0 --- client/src/com/vaadin/client/debug/internal/Icon.java | 4 +++- client/src/com/vaadin/client/debug/internal/TestBenchSection.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'client/src') diff --git a/client/src/com/vaadin/client/debug/internal/Icon.java b/client/src/com/vaadin/client/debug/internal/Icon.java index 9ef6d833e2..70bac11175 100644 --- a/client/src/com/vaadin/client/debug/internal/Icon.java +++ b/client/src/com/vaadin/client/debug/internal/Icon.java @@ -44,7 +44,9 @@ public enum Icon { // BAN_CIRCLE(""), // MAXIMIZE(""), // RESET(""), // - PERSIST(""); // + PERSIST(""), // + TESTBENCH(""), // + ; private String id; diff --git a/client/src/com/vaadin/client/debug/internal/TestBenchSection.java b/client/src/com/vaadin/client/debug/internal/TestBenchSection.java index 5be75f2003..b3b2d3ad86 100644 --- a/client/src/com/vaadin/client/debug/internal/TestBenchSection.java +++ b/client/src/com/vaadin/client/debug/internal/TestBenchSection.java @@ -85,7 +85,7 @@ public class TestBenchSection implements Section { } } - private final DebugButton tabButton = new DebugButton(Icon.WARNING, + private final DebugButton tabButton = new DebugButton(Icon.TESTBENCH, "Pick Vaadin TestBench selectors"); private final FlowPanel content = new FlowPanel(); -- cgit v1.2.3