ASM #19175 fixed font size for hydro map display
Change-Id: Ibcc92a053fc4103f6a75f3f9a5d9844e12cd1728
This commit is contained in:
parent
46bc7721f7
commit
7b55826d45
2 changed files with 5 additions and 2 deletions
|
@ -138,6 +138,7 @@ import com.vividsolutions.jts.index.strtree.STRtree;
|
|||
* Oct 05, 2015 17978 lbousaidi Enable TimeStep GUI to display multiple values and Parameter Codes for a given lid
|
||||
* Nov 05, 2015 5070 randerso Adjust font sizes for dpi scaling
|
||||
* Dec 05, 2015 18357 xwei Fixed error in opening Timeseries for Timesteps
|
||||
* Jul 11, 2016 19175 lbousaidi changed the fontSize to 9 to match the default one.
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -332,7 +333,7 @@ public class MultiPointResource extends
|
|||
container.registerMouseHandler(inputManager);
|
||||
}
|
||||
|
||||
fontSize = 8;
|
||||
fontSize = 9;
|
||||
font = target.initializeFont("Dialog", fontSize, null);
|
||||
font.setSmoothing(false);
|
||||
|
||||
|
|
|
@ -88,6 +88,8 @@ import com.raytheon.viz.ui.editor.AbstractEditor;
|
|||
* Date Ticket# Engineer Description
|
||||
* ------------ ---------- ----------- --------------------------
|
||||
* Oct 23, 2008 1644 mpduff Initial creation
|
||||
* Jul 11, 2016 19175 lbousaidi changed the fontSize to 9 to match
|
||||
* the one in the plugin.xml
|
||||
* </pre>
|
||||
*
|
||||
* @author mpduff
|
||||
|
@ -111,7 +113,7 @@ public class HydroDisplayManager {
|
|||
private boolean drawStation = false;
|
||||
|
||||
/** Font size */
|
||||
private int fontSize = 10;
|
||||
private int fontSize = 9;
|
||||
|
||||
/** List of dam data */
|
||||
private List<DamMaster> damList = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue