Skip to content
Snippets Groups Projects
Commit c1490480 authored by Fabian Brosig's avatar Fabian Brosig
Browse files

iterated Workload metamodel

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@10032 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 6b5df506
No related branches found
No related tags found
No related merge requests found
...@@ -398,8 +398,7 @@ public class WorkloadModelWizard extends Wizard implements INewWizard { ...@@ -398,8 +398,7 @@ public class WorkloadModelWizard 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