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 | |
| parent | 9d8d88e956d9bfe17160a105cba7787925bc051c (diff) | |
Editor window's size has changed.
| -rw-r--r-- | sources/prefs/VSDefaultPrefs.java | 4 | ||||
| -rw-r--r-- | sources/prefs/editors/VSEditor.java | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java index 0534dd2..a41c659 100644 --- a/sources/prefs/VSDefaultPrefs.java +++ b/sources/prefs/VSDefaultPrefs.java @@ -143,8 +143,8 @@ public class VSDefaultPrefs extends VSPrefs { initInteger("keyevent.start", KeyEvent.VK_S, null, 0, 100); initInteger("keyevent.stop", KeyEvent.VK_P, null, 0, 100); - initIntegerUnit("window.prefs.xsize", 400, "X-Grösse des Einstellungsfensters", 550, 3200, "px"); - initIntegerUnit("window.prefs.ysize", 650, "Y-Grösse des Einstellungsfensters", 640, 2400, "px"); + initIntegerUnit("window.prefs.xsize", 350, "X-Grösse des Einstellungsfensters", 550, 3200, "px"); + initIntegerUnit("window.prefs.ysize", 600, "Y-Grösse des Einstellungsfensters", 640, 2400, "px"); initIntegerUnit("window.loggsize", 300, "Y-Grösse des Loggingfensters", 100, 1000, "px"); initIntegerUnit("window.splitsize", 180, null, 100, 1000, "px"); initIntegerUnit("window.xsize", 1024, "X-Grösse des Hauptfensters", 800, 3200, "px"); 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); |
