summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditor.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/prefs/editors/VSEditor.java')
-rw-r--r--sources/prefs/editors/VSEditor.java4
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);