Project

General

Profile

« Previous | Next » 

Revision 68e736a4

Added by Patrick Plitzner over 6 years ago

ref #6568 Adjust space ratios for perspectives

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/perspective/PolytomousKey.java
20 20
	public void createInitialLayout(IPageLayout layout) {
21 21
		layout.addView(AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_NAVIGATION_KEY_POLYTOMOUS_E4_POLYTOMOUSKEYVIEWPARTE4, IPageLayout.LEFT, 0.25f, layout.getEditorArea());
22 22

  
23
		layout.addView(DETAILS_VIEW, IPageLayout.RIGHT, 0.25f, layout.getEditorArea());
23
		layout.addView(DETAILS_VIEW, IPageLayout.RIGHT, 0.6f, layout.getEditorArea());
24 24

  
25
		layout.addView(SUPPLEMENTAL_VIEW, IPageLayout.BOTTOM, 0.25f, DETAILS_VIEW);
25
		layout.addView(SUPPLEMENTAL_VIEW, IPageLayout.BOTTOM, 0.6f, DETAILS_VIEW);
26 26

  
27 27
		createAdditionalFolder(layout, layout.getEditorArea());
28 28
	}

Also available in: Unified diff