mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-02 19:27:57 +08:00
Vaadin 7 Shortcuts - add space in table context menu #PL-2459
This commit is contained in:
parent
09c5c67482
commit
718ac86845
@ -29,7 +29,7 @@ class WebActionWrapper extends com.vaadin.event.Action {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(action.getCaption());
|
||||
if (action.getShortcut() != null) {
|
||||
sb.append("(").append(action.getShortcut().format()).append(")");
|
||||
sb.append(" (").append(action.getShortcut().format()).append(")");
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user