diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-17 23:27:55 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-17 23:27:55 +0000 |
| commit | 15450c42d04e15322a6328037011e3726427e9a4 (patch) | |
| tree | 3c6e3b11b35b969b562e83bd6945d3dc0a15ff8d /sources/prefs/editors | |
| parent | 9d8d88e956d9bfe17160a105cba7787925bc051c (diff) | |
Editor window's size has changed.
Diffstat (limited to 'sources/prefs/editors')
| -rw-r--r-- | sources/prefs/editors/VSEditor.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/prefs/editors/VSEditor.java b/sources/prefs/editors/VSEditor.java index df77433..1a5d664 100644 --- a/sources/prefs/editors/VSEditor.java +++ b/sources/prefs/editors/VSEditor.java @@ -145,8 +145,8 @@ abstract class VSEditor implements ActionListener { editPanelConstraints = new GridBagConstraints(); editPanelConstraints.fill = GridBagConstraints.HORIZONTAL; - editPanelConstraints.ipady = 20; - editPanelConstraints.ipadx = 20; + editPanelConstraints.ipady = 15; + editPanelConstraints.ipadx = 15; editPanelRow = 0; addToEditPanelFront(editPanel); |
