Fix the size of the Global status selector box.

cusax-fix
Yana Stamcheva 19 years ago
parent 4cce0b4d90
commit 0792ff6c8b

@ -86,6 +86,8 @@ public GlobalStatusSelectorBox(MainFrame mainFrame)
{
this.mainFrame = mainFrame;
this.setPreferredSize(new Dimension(28, 24));
String tooltip = "<html><b>"
+ "Set global status"
+ "</b></html>";

Loading…
Cancel
Save