Browse Source

Mixer: fix size of SM blinker.

tags/non-daw-v1.3.0
Jonathan Moore Liles 2 years ago
parent
commit
cf03ea1562
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      mixer/src/Mixer.C

+ 2
- 0
mixer/src/Mixer.C View File

@@ -750,6 +750,8 @@ void Mixer::resize ( int X, int Y, int W, int H )
{
Fl_Group::resize( X, Y, W, H );

sm_blinker->resize( X + W - 40, Y + 5, 35, 15 );
scroll->resize( X, Y + 24, W, H - 24 - 18 );

mixer_strips->resize( X, Y + 24, W, H - (18*2) - 24 );


Loading…
Cancel
Save