Merge branch 'preload-maps'
[fw/altos] / altosui / AltosSiteMapPreload.java
index 25133435ca1dbc695086c43ec93629f24cd01401..876c14acea93da2f38ef320362bd86f9ed2e943b 100644 (file)
@@ -105,6 +105,8 @@ class AltosMapPos extends Box {
                min = new JTextField("00.0000");
                min_label = new JLabel("'");
                set_value(default_value);
+               deg.setMinimumSize(deg.getPreferredSize());
+               min.setMinimumSize(min.getPreferredSize());
                add(label);
                add(Box.createRigidArea(new Dimension(5, 0)));
                add(hemi);
@@ -145,7 +147,6 @@ public class AltosSiteMapPreload extends JDialog implements ActionListener {
 
                public updatePbar(int x, int y, String in_s) {
                        n = (x + radius) + (y + radius) * width + 1;
-                       System.out.printf("update pbar %d\n", n);
                        s = in_s;
                }