Largura da janela da ferramenta Intelllij

//change just the width of toolWindow
toolWindow.component.setSize(100,toolWindow.component.height);
Friendly Hawk