summaryrefslogtreecommitdiff
path: root/altosui/AltosIgniteUI.java
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-24 01:38:58 -0600
committerBdale Garbee <bdale@gag.com>2011-08-24 01:38:58 -0600
commit4d94e8f9f807a0bbeab0cdead011e74eeca1d1b6 (patch)
tree1cf403c89bfdc979f7597d2fbf1e0dab75116afe /altosui/AltosIgniteUI.java
parent4b5369dc3da2fc8441eeacbf094537b0cf52240d (diff)
parent3b0a9a1c87390747492bfef435ac8e0829ec748f (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosIgniteUI.java')
-rw-r--r--altosui/AltosIgniteUI.java5
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);