fixed style of context input label
This commit is contained in:
parent
e4bce60c5c
commit
d67c94d2a2
|
@ -483,7 +483,7 @@ public class Commands {
|
||||||
public static void setStatusScope(final String scope) {
|
public static void setStatusScope(final String scope) {
|
||||||
try {
|
try {
|
||||||
Text scopeInfo = (Text) WidgetsRegistry.getWidget(UIIdentifiers.STATUS_SCOPE_INFO_ID);
|
Text scopeInfo = (Text) WidgetsRegistry.getWidget(UIIdentifiers.STATUS_SCOPE_INFO_ID);
|
||||||
scopeInfo.setText("<input type=\"text\" style=\"width: 350px; border: 1px solid gray;\" value=\""+scope+"\" id=\"contextToCopy\"></input>");
|
scopeInfo.setText("<input type=\"text\" style=\"padding: 0; height: 18px; width: 350px; border: 1px solid gray;\" value=\""+scope+"\" id=\"contextToCopy\"></input>");
|
||||||
|
|
||||||
|
|
||||||
ProxyRegistry.getProxyInstance().setCurrentScope(scope, new AsyncCallback<Void>() {
|
ProxyRegistry.getProxyInstance().setCurrentScope(scope, new AsyncCallback<Void>() {
|
||||||
|
|
Loading…
Reference in New Issue