📜  Intelllij 设置工具窗口宽度 - Kotlin 代码示例

📅  最后修改于: 2022-03-11 14:53:32.706000             🧑  作者: Mango

代码示例1
//change just the width of toolWindow
toolWindow.component.setSize(100,toolWindow.component.height);