Added menu for adding components with parameters
[Mograsim.git] / net.mograsim.logic.model.editor / src / net / mograsim / logic / model / editor / ui / EditorGUI.java
index 4d5236f..2827f24 100644 (file)
@@ -45,7 +45,7 @@ public class EditorGUI
                d.grabExcessVerticalSpace = true;
                d.verticalAlignment = SWT.FILL;
                d.verticalSpan = 2;
-               addList = new List(shell, SWT.FILL);
+               addList = new List(shell, SWT.V_SCROLL);
                addList.setLayoutData(d);
                refreshAddList();