Project screen: Use consistent style for core and plugin buttons

"Save Changes" button uses different (default) style as plugin owned
project specific UiActions and core UiActions, like "GC" and
"Create Change" button. Remove default style from the only button that
is using it.

Change-Id: Ia441102a47dbf393966f3b729ba3bc2a8e96c997
This commit is contained in:
David Ostrovsky
2014-09-25 01:51:37 +02:00
committed by David Ostrovsky
parent 2801c7f175
commit 25089a0bb1

View File

@@ -103,6 +103,7 @@ public class ProjectInfoScreen extends ProjectScreen {
Resources.I.style().ensureInjected();
saveProject = new Button(Util.C.buttonSaveChanges());
saveProject.setStyleName("");
saveProject.addClickHandler(new ClickHandler() {
@Override
public void onClick(ClickEvent event) {