Bug 578761 - Add preferences settings for APP4MC

Checkbox is now on the left

Signed-off-by: Dirk Fauth <dirk.fauth@de.bosch.com>
Change-Id: I1549da448aa7829e3668a323da8dbd597590f7dc
diff --git a/plugins/org.eclipse.app4mc.platform.ide/src/org/eclipse/app4mc/platform/ide/preferences/APP4MCPreferences.java b/plugins/org.eclipse.app4mc.platform.ide/src/org/eclipse/app4mc/platform/ide/preferences/APP4MCPreferences.java
index 72187f5..8f43595 100644
--- a/plugins/org.eclipse.app4mc.platform.ide/src/org/eclipse/app4mc/platform/ide/preferences/APP4MCPreferences.java
+++ b/plugins/org.eclipse.app4mc.platform.ide/src/org/eclipse/app4mc/platform/ide/preferences/APP4MCPreferences.java
@@ -40,7 +40,7 @@
 		addField(new BooleanFieldEditor(
 				"app4mc.showTypes", 
 				"Show Types in Amalthea Model Editor (initial setting when opening the editor)", 
-				BooleanFieldEditor.SEPARATE_LABEL, 
+				BooleanFieldEditor.DEFAULT, 
 				getFieldEditorParent()));
 	}