Changeset 1053 for trunk/src


Ignore:
Timestamp:
04/30/16 21:44:47 (8 years ago)
Author:
davidb
Message:

Height made a bit smaller to help fit on default size screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/widgets/SampleRecorder.java

    r372 r1053  
    833833                protected static final long serialVersionUID = 0L;
    834834               
    835                 static final int GRAPH_WIDTH = 140;
     835                static final int GRAPH_WIDTH = 120;
    836836                static final int GRAPH_HEIGHT = 40;
    837837                static final int HALF_GRAPH_HEIGHT = GRAPH_HEIGHT / 2;
Note: See TracChangeset for help on using the changeset viewer.