view layout correction for d2dnsharp
This commit is contained in:
parent
80a531a7d5
commit
216351d485
2 changed files with 3 additions and 5 deletions
|
@ -26,9 +26,9 @@
|
|||
targetID="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane">
|
||||
<view id="com.raytheon.uf.viz.d2d.nsharp.display.D2DNSharpPaletteWindow"
|
||||
relative="org.eclipse.ui.editorss"
|
||||
relationship="bottom"
|
||||
ratio="0.8"
|
||||
visible="false"/>
|
||||
relationship="right"
|
||||
ratio="0.85"
|
||||
visible="false"/>
|
||||
</perspectiveExtension>
|
||||
</extension>
|
||||
|
||||
|
|
|
@ -81,8 +81,6 @@ public class D2D5Pane implements IPerspectiveFactory {
|
|||
// Get the editor area.
|
||||
String editorArea = layout.getEditorArea();
|
||||
layout.setFixed(false);
|
||||
layout.addPlaceholder("com.raytheon.uf.viz.d2d.nsharp.display.D2DNSharpPaletteWindow", IPageLayout.RIGHT,0.85f, editorArea);
|
||||
//layout.addPlaceholder("edu.ucar.unidata.viz.radar.radarBrowser", IPageLayout.RIGHT,0.65f, editorArea);
|
||||
layout.addPlaceholder("gov.noaa.gsd.viz.ensemble.tool.viewer", IPageLayout.RIGHT,0.6f, editorArea);
|
||||
|
||||
List<String> baseViewsToAdd = new ArrayList<String>();
|
||||
|
|
Loading…
Add table
Reference in a new issue