mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Make combobox with available sdks resizable (PY-35996)
GitOrigin-RevId: 296f6f5c404491c2d51e318184b7678fc6d4612d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
270a018ec4
commit
75d66818a3
+1
@@ -132,6 +132,7 @@ public class PyActiveSdkConfigurable implements UnnamedConfigurable {
|
||||
);
|
||||
|
||||
new ComboboxSpeedSearch(result);
|
||||
result.setPreferredSize(result.getPreferredSize()); // this line allows making `result` resizable
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user