diff flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java @ 1453:e8aec81af22b

Cosmetics. flys-client/trunk@3478 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 20 Dec 2011 06:55:48 +0000
parents bc06a671ef60
children e125f889cf2f
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Tue Dec 20 06:54:49 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartOutputTab.java	Tue Dec 20 06:55:48 2011 +0000
@@ -57,11 +57,9 @@
 
     public static final int THEMEPANEL_MIN_WIDTH = 200;
 
-
     /** The service that is used to fetch chart information. */
     protected ChartInfoServiceAsync info = GWT.create(ChartInfoService.class);
 
-
     /** The ChartInfo object that provides information about the current
      * chart. */
     protected ChartInfo chartInfo;
@@ -74,7 +72,6 @@
 
     protected ChartThemePanel ctp;
 
-
     /** The canvas that wraps the chart toolbar. */
     protected Canvas tbarPanel;
 
@@ -86,7 +83,6 @@
 
     protected Img chart;
 
-
     /** Chart zoom options. */
     protected int[] xrange;
     protected int[] yrange;
@@ -604,7 +600,7 @@
         Map<String, String> attr = new HashMap<String, String>();
 
         Canvas chart = getChartPanel();
-        attr.put("width", chart.getWidth().toString());
+        attr.put("width",  chart.getWidth().toString());
         attr.put("height", chart.getHeight().toString());
 
         double[] zoom = getZoomValues();

http://dive4elements.wald.intevation.org