Make combobox with available sdks resizable (PY-35996)

GitOrigin-RevId: 296f6f5c404491c2d51e318184b7678fc6d4612d
This commit is contained in:
Semyon Proshev
2019-09-26 13:33:28 +00:00
committed by intellij-monorepo-bot
parent 270a018ec4
commit 75d66818a3
@@ -132,6 +132,7 @@ public class PyActiveSdkConfigurable implements UnnamedConfigurable {
);
new ComboboxSpeedSearch(result);
result.setPreferredSize(result.getPreferredSize()); // this line allows making `result` resizable
return result;
}