Changeset 1061


Ignore:
Timestamp:
05/04/16 22:40:22 (8 years ago)
Author:
davidb
Message:

Margins for audio that are more inkeeping with new (left-sided) control panel overlay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/apollo/gui/FrameLayoutDaemon.java

    r1058 r1061  
    7676    */
    7777
    78         public static final int DEFAULT_LAYOUT_RIGHT_MARGIN = 300;
    79         public static final int DEFAULT_LAYOUT_LEFT_MARGIN = 200; // used to be 100
     78        public static final int DEFAULT_LAYOUT_RIGHT_MARGIN = 170;
     79        public static final int DEFAULT_LAYOUT_LEFT_MARGIN = 170; // used to be 100
    8080        public static final int MAX_TIMELINE_MARGIN_AREA = 500;
    8181
    8282
    83         public static final int LAYOUT_MAX_INITIATION_PIXEL = 100;
     83        public static final int LAYOUT_MAX_INITIATION_PIXEL = 200; // used to be 100
    8484        public static final int MIN_TRACK_WIDGET_WIDTH = 20;
    8585        public static final int FREE_SPACE_MARGINS = 30;
Note: See TracChangeset for help on using the changeset viewer.