Don't allow the updater window to be resized.

This commit is contained in:
Michael Bayne
2004-10-27 16:10:05 +00:00
parent dc8815610f
commit 650b0ba04e
@@ -538,6 +538,7 @@ public class Getdown extends Thread
}
}
});
_frame.setResizable(false);
} else {
_frame.setTitle(title);