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/AltosScanUI.java | |
parent | 4b5369dc3da2fc8441eeacbf094537b0cf52240d (diff) | |
parent | 3b0a9a1c87390747492bfef435ac8e0829ec748f (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosScanUI.java')
-rw-r--r-- | altosui/AltosScanUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosScanUI.java b/altosui/AltosScanUI.java index dd6672aa..bce4b32c 100644 --- a/altosui/AltosScanUI.java +++ b/altosui/AltosScanUI.java @@ -386,7 +386,7 @@ public class AltosScanUI set_label(); - c.fill = GridBagConstraints.NONE; + c.fill = GridBagConstraints.HORIZONTAL; c.anchor = GridBagConstraints.WEST; c.insets = i; c.weightx = 1; |