Skip to content
Snippets Groups Projects
Commit c832eb11 authored by Georgios Treska's avatar Georgios Treska
Browse files

changes

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@7577 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 8ea8d065
No related branches found
No related tags found
No related merge requests found
......@@ -398,8 +398,7 @@ public class FunctionsModelWizard extends Wizard implements INewWizard {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
......
......@@ -398,8 +398,7 @@ public class ParameterdependenciesModelWizard extends Wizard implements INewWiza
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
......
......@@ -398,8 +398,7 @@ public class RepositoryModelWizard extends Wizard implements INewWizard {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
......
......@@ -398,8 +398,7 @@ public class ServicebehaviorModelWizard extends Wizard implements INewWizard {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
layout.verticalSpacing = 12;
......
......@@ -398,8 +398,7 @@ public class SystemModelWizard extends Wizard implements INewWizard {
* @generated
*/
public void createControl(Composite parent) {
Composite composite = new Composite(parent, SWT.NONE);
{
Composite composite = new Composite(parent, SWT.NONE); {
GridLayout layout = new GridLayout();
layout.numColumns = 1;
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