Skip to content
Snippets Groups Projects
Commit 6b5df506 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

AdaptationPointsDescriptions now is back to normal

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9979 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 1f1a0d04
No related branches found
No related tags found
No related merge requests found
...@@ -396,8 +396,7 @@ public class AdaptationpointsModelWizard extends Wizard implements INewWizard { ...@@ -396,8 +396,7 @@ public class AdaptationpointsModelWizard extends Wizard implements INewWizard {
* @generated * @generated
*/ */
public void createControl(Composite parent) { public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE); Composite composite = new Composite(parent, SWT.NONE); {
{
GridLayout layout = new GridLayout(); GridLayout layout = new GridLayout();
layout.numColumns = 1; layout.numColumns = 1;
layout.verticalSpacing = 12; layout.verticalSpacing = 12;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment