ChangeScreen2: Show number of related changes in the tab title

If the number of related changes is shown in the tab title a user can
immediately see that there are related changes even if another tab is
currently selected.

Change-Id: I8aa4ce6fea89fb4e05fbd4053f97095c06e96dcf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-10-11 09:33:27 +02:00
committed by Edwin Kempin
parent 292593145e
commit 3bf14bf539
6 changed files with 27 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ import com.google.gwt.resources.client.ImageResource;
public interface Resources extends ClientBundle {
public static final Resources I = GWT.create(Resources.class);
static final Constants C = GWT.create(Constants.class);
static final Messages M = GWT.create(Messages.class);
@Source("star_open.png") ImageResource star_open();
@Source("star_filled.png") ImageResource star_filled();