Skip to content
Snippets Groups Projects
Commit d8679c38 authored by Simon Barner's avatar Simon Barner
Browse files

- Include "Properties" view in StoragePerspective

parent e8328bc6
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import org.eclipse.ui.IPerspectiveFactory;
* @author hoelzl
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: 7AE8C77505FC5FB053B26217B6DB69D6
* @ConQAT.Rating YELLOW Hash: 2CFC1E3422A411B655F2A1FEEA4FBDA5
*/
public class StoragePerspective implements IPerspectiveFactory {
......@@ -44,6 +44,7 @@ public class StoragePerspective implements IPerspectiveFactory {
IFolderLayout bottom =
layout.createFolder("bottom", IPageLayout.BOTTOM, 0.75f, layout.getEditorArea());
bottom.addView(IPageLayout.ID_PROP_SHEET);
bottom.addView(IPageLayout.ID_PROGRESS_VIEW);
}
}
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