don't stretch combo box with window
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 May 2008 08:09:46 +0000 (08:09 +0000)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 21 May 2008 08:09:46 +0000 (08:09 +0000)
git-svn-id: http://trooper/svn/projects/jSite/trunk@920 c3eda9e8-030b-0410-8277-bc7414b0a119

src/net/pterodactylus/jsite/gui/ConfigurationDialog.java

index 8523c23..5df9f8e 100644 (file)
@@ -443,7 +443,7 @@ public class ConfigurationDialog extends JDialog implements I18nable {
                        lookAndFeelWrappers.add(new LookAndFeelWrapper(lookAndFeelInfo.getClassName(), lookAndFeelInfo.getName()));
                }
                customLAFComboBox = new JComboBox(lookAndFeelWrappers.toArray(new LookAndFeelWrapper[0]));
-               interfaceTweaksConfigPanel.add(customLAFComboBox, new GridBagConstraints(1, 4, 2, 1, 1.0, 1.0, GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(6, 6, 0, 0), 0, 0));
+               interfaceTweaksConfigPanel.add(customLAFComboBox, new GridBagConstraints(1, 4, 2, 1, 1.0, 0.0, GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(6, 6, 0, 0), 0, 0));
 
                interfaceTweaksConfigPanel.add(new JPanel(), new GridBagConstraints(0, 5, 3, 1, 1.0, 1.0, GridBagConstraints.LINE_START, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0));