mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-140824 Search Everywhere popup doesn't display relevant class name if jar name is too long
This commit is contained in:
@@ -1179,7 +1179,7 @@ public class SearchEverywhereAction extends AnAction implements CustomComponentA
|
||||
myTitle.setText(title);
|
||||
myMainPanel.add(createTitle(" " + title), BorderLayout.NORTH);
|
||||
}
|
||||
myMainPanel.add(cmp, BorderLayout.CENTER);
|
||||
myMainPanel.add(cmp, BorderLayout.WEST);
|
||||
if (cmp instanceof Accessible) {
|
||||
myMainPanel.setAccessible((Accessible)cmp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user