mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
scopes: provide minimum size (IDEA-129741)
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ public class ScopeChooserConfigurable extends MasterDetailsComponent implements
|
||||
|
||||
@Override
|
||||
protected Dimension getPanelPreferredSize() {
|
||||
return new Dimension(-1, -1);
|
||||
return new Dimension(400, 200);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user