diff options
author | Bdale Garbee <bdale@gag.com> | 2011-08-24 01:38:58 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-08-24 01:38:58 -0600 |
commit | 4d94e8f9f807a0bbeab0cdead011e74eeca1d1b6 (patch) | |
tree | 1cf403c89bfdc979f7597d2fbf1e0dab75116afe /altosui/AltosIgniteUI.java | |
parent | 4b5369dc3da2fc8441eeacbf094537b0cf52240d (diff) | |
parent | 3b0a9a1c87390747492bfef435ac8e0829ec748f (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosIgniteUI.java')
-rw-r--r-- | altosui/AltosIgniteUI.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/altosui/AltosIgniteUI.java b/altosui/AltosIgniteUI.java index 806b87b9..c11a8614 100644 --- a/altosui/AltosIgniteUI.java +++ b/altosui/AltosIgniteUI.java @@ -341,8 +341,8 @@ public class AltosIgniteUI c.fill = GridBagConstraints.NONE; c.anchor = GridBagConstraints.CENTER; c.insets = i; - c.weightx = 1; - c.weighty = 1; + c.weightx = 0; + c.weighty = 0; c.gridx = 0; c.gridy = 0; @@ -412,7 +412,6 @@ public class AltosIgniteUI close.addActionListener(this); close.setActionCommand("close"); - pack(); setLocationRelativeTo(owner); |