diff --git a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/BMSPerspectiveFactory.java b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/BMSPerspectiveFactory.java
index 70e960b63cec125bbfd8941517a019b65cfd4a9f..3d987f7b8ea567de08081b7cd91811ce3484b269 100644
--- a/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/BMSPerspectiveFactory.java
+++ b/de.bmotionstudio.gef.editor/src/de/bmotionstudio/gef/editor/BMSPerspectiveFactory.java
@@ -32,14 +32,9 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory {
 				0.65f, "left");
 		leftb.addView("fr.systerel.explorer.navigator.view");
 
-		// State View
-		IFolderLayout main1 = layout.createFolder("main1", IPageLayout.BOTTOM,
-				0.20f, editorArea);
-		main1.addView("de.prob.ui.StateView");
-
 		// Outline View + Palette View + Library View (Right)
 		IFolderLayout right = layout.createFolder("right", IPageLayout.RIGHT,
-				0.80f, "main1");
+				0.80f, editorArea);
 		right.addView(BMSPaletteView.ID);
 		right.addView(BMotionOutlineView.ID);
 
@@ -48,6 +43,11 @@ public class BMSPerspectiveFactory implements IPerspectiveFactory {
 				IPageLayout.BOTTOM, 0.65f, "right");
 		rightb.addView(LibraryView.ID);
 
+		// State View
+		IFolderLayout main1 = layout.createFolder("main1", IPageLayout.BOTTOM,
+				0.20f, editorArea);
+		main1.addView("de.prob.ui.StateView");
+
 		// Properties view + observer view + control panel
 		IFolderLayout bottom1 = layout.createFolder("bottom1",
 				IPageLayout.BOTTOM, 0.65f, "main1");