From 216351d485d7bbc0631bb0b538e752dd61979290 Mon Sep 17 00:00:00 2001 From: Michael James Date: Wed, 28 Sep 2016 16:03:58 -0600 Subject: [PATCH] view layout correction for d2dnsharp --- cave/com.raytheon.uf.viz.d2d.nsharp/plugin.xml | 6 +++--- .../com/raytheon/uf/viz/d2d/ui/perspectives/D2D5Pane.java | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cave/com.raytheon.uf.viz.d2d.nsharp/plugin.xml b/cave/com.raytheon.uf.viz.d2d.nsharp/plugin.xml index e587fc78a3..a7f9395260 100644 --- a/cave/com.raytheon.uf.viz.d2d.nsharp/plugin.xml +++ b/cave/com.raytheon.uf.viz.d2d.nsharp/plugin.xml @@ -26,9 +26,9 @@ targetID="com.raytheon.uf.viz.d2d.ui.perspectives.D2D5Pane"> + relationship="right" + ratio="0.85" + visible="false"/> diff --git a/cave/com.raytheon.uf.viz.d2d.ui/src/com/raytheon/uf/viz/d2d/ui/perspectives/D2D5Pane.java b/cave/com.raytheon.uf.viz.d2d.ui/src/com/raytheon/uf/viz/d2d/ui/perspectives/D2D5Pane.java index 8e45c7915d..bb618afcfb 100644 --- a/cave/com.raytheon.uf.viz.d2d.ui/src/com/raytheon/uf/viz/d2d/ui/perspectives/D2D5Pane.java +++ b/cave/com.raytheon.uf.viz.d2d.ui/src/com/raytheon/uf/viz/d2d/ui/perspectives/D2D5Pane.java @@ -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 baseViewsToAdd = new ArrayList();