mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
git log, my user name presentation in user filter when it's too long
This commit is contained in:
@@ -225,7 +225,7 @@ public class UsersFilterAction extends BasePopupAction {
|
||||
}
|
||||
|
||||
private String getMeText(final String name) {
|
||||
return "me ( " + name + " )";
|
||||
return "me ( " + StringUtil.shortenTextWithEllipsis(name, 30, 0) + " )";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user