mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[java, compilation-charts] no resizing allowed IDEA-363255
GitOrigin-RevId: 7df66efbbb3beaf95fe29f09d93a35d8afa62c38
This commit is contained in:
committed by
intellij-monorepo-bot
parent
01bd51969a
commit
3e6d4fdcb6
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user