small changes on the genreric query form
authorBruno Sinou <bsinou@argeo.org>
Wed, 26 Jan 2011 16:19:40 +0000 (16:19 +0000)
committerBruno Sinou <bsinou@argeo.org>
Wed, 26 Jan 2011 16:19:40 +0000 (16:19 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@4078 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

eclipse/plugins/org.argeo.eclipse.ui.jcr/src/main/java/org/argeo/eclipse/ui/jcr/editors/AbstractJcrQueryEditor.java

index 1629ada8b86d2a6d69653fe45164bba772f875f1..986d4b8296db7b11283b376f4391d7ba0395ffab 100644 (file)
@@ -59,11 +59,13 @@ public abstract class AbstractJcrQueryEditor extends EditorPart {
                parent.setLayout(new FillLayout());
 
                SashForm sashForm = new SashForm(parent, SWT.VERTICAL);
-               sashForm.setSashWidth(2);
+               sashForm.setSashWidth(4);
                sashForm.setLayout(new FillLayout());
 
                Composite top = new Composite(sashForm, SWT.NONE);
-               top.setLayout(new GridLayout(1, false));
+               GridLayout gl = new GridLayout(1, false);
+               top.setLayout(gl);
+
                // Device device = Display.getCurrent();
                // Color red = new Color(device, 255, 0, 0);
                // top.setBackground(red);