Intelletlij définir la largeur de la fenêtre de l'outil

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