Fixed ZoomFit and encoding issue
This commit is contained in:
parent
9862c14040
commit
021c2bceff
|
@ -1,2 +1,2 @@
|
|||
eclipse.preferences.version=1
|
||||
groovy.compiler.level=26
|
||||
groovy.compiler.level=24
|
||||
|
|
|
@ -56,7 +56,7 @@ public class WaveformCanvas extends Canvas {
|
|||
|
||||
private int level = 12;
|
||||
|
||||
public final static String[] unitString={"fs", "ps", "ns", "µs", "ms"};//, "s"};
|
||||
public final static String[] unitString={"fs", "ps", "ns", "us", "ms"};//, "s"};
|
||||
|
||||
public final static int[] unitMultiplier={1, 3, 10, 30, 100, 300};
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
eclipse.preferences.version=1
|
||||
groovy.compiler.level=26
|
||||
groovy.compiler.level=24
|
||||
groovy.script.filters=**/*.dsld,y,**/*.gradle,n
|
||||
|
|
Loading…
Reference in New Issue