format text
This commit is contained in:
parent
da8228750a
commit
1ecb675c95
@ -151,7 +151,9 @@ public abstract class AbstractModule implements Module, Serializable {
|
||||
application.setRunAs(property.getValue().toString());
|
||||
}
|
||||
});
|
||||
toolbar.addComponent(new Label(application.getLocaleConfig().getText("runas")));
|
||||
Label lbl = new Label(" " + application.getLocaleConfig().getText("runas") + " ", Label.CONTENT_XHTML);
|
||||
lbl.setSizeFull();
|
||||
toolbar.addComponent(lbl);
|
||||
toolbar.addComponent(selRunAs);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user