[java, compilation-charts] no resizing allowed IDEA-363255

GitOrigin-RevId: 7df66efbbb3beaf95fe29f09d93a35d8afa62c38
This commit is contained in:
Aleksey Dobrynin
2024-11-22 10:47:14 +00:00
committed by intellij-monorepo-bot
parent 01bd51969a
commit 3e6d4fdcb6
@@ -34,7 +34,7 @@ class CompilationChartsPopup(
this.module = module
this.popup = JBPopupFactory.getInstance()
.createComponentPopupBuilder(content(module.info, actions), null)
.setResizable(true)
.setResizable(false)
.setMovable(true)
.setFocusable(false)
.setRequestFocus(false)