fix color picker resize

This commit is contained in:
benfry
2006-03-16 14:43:23 +00:00
parent 473bf4869e
commit 123eb12fb4
2 changed files with 2 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ public class ColorPicker implements DocumentListener {
frame.getContentPane().add(box, BorderLayout.CENTER);
frame.pack();
//frame.setResizable(false);
frame.setResizable(false);
Dimension size = frame.getSize();
Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();

View File

@@ -1,4 +1,5 @@
0109 pde
X turn off resizing of the color picker window
_ new set of windows quicktime issues introduced in 102+
_ seems to be ignoring any paths that contain spaces