Minor cosmetic.

This commit is contained in:
Jonathan Moore Liles 2008-04-27 07:04:56 -05:00
parent ad756bc1b2
commit ae9e52ac77
2 changed files with 7 additions and 11 deletions

View File

@ -41,13 +41,9 @@ using namespace std;
extern Timeline *timeline; extern Timeline *timeline;
#include "../FL/Boxtypes.H"
bool Region::inherit_track_color = true; bool Region::inherit_track_color = true;
// Fl_Boxtype Region::_box = FL_UP_BOX; Fl_Boxtype Region::_box = FL_UP_BOX;
Fl_Boxtype Region::_box = FL_CRYSTAL_UP_BOX;
Fl_Color Region::_selection_color = FL_MAGENTA; Fl_Color Region::_selection_color = FL_MAGENTA;

View File

@ -367,7 +367,7 @@ timeline->redraw();}
} }
MenuItem {} { MenuItem {} {
label Flat label Flat
callback {Fl::scheme( "gtk+" );} selected callback {Fl::scheme( "gtk+" );}
xywh {10 10 40 25} type Radio xywh {10 10 40 25} type Radio
} }
} }
@ -407,11 +407,11 @@ Fl::scheme( Fl::scheme() );}
} }
MenuItem {} { MenuItem {} {
label Light label Light
callback {Fl::background2( 255, 255, 255 ); callback {Fl::background2( 192, 192, 192 );
Fl::background( 192, 192, 192 ); Fl::background( 220, 220, 220 );
Fl::foreground( 0, 0, 0 ); Fl::foreground( 0, 0, 0 );
Fl::scheme( Fl::scheme() );} Fl::scheme( Fl::scheme() );} selected
xywh {20 20 40 25} type Radio xywh {20 20 40 25} type Radio
} }
} }
@ -455,14 +455,14 @@ delete win;}
} { } {
Fl_Box playhead_clock { Fl_Box playhead_clock {
label PLAYHEAD label PLAYHEAD
xywh {185 29 137 40} box BORDER_BOX color 46 xywh {185 29 137 40} box BORDER_BOX color 40
code0 {o->type( Clock::HMS );} code0 {o->type( Clock::HMS );}
code1 {o->run( &transport->frame );} code1 {o->run( &transport->frame );}
class Clock class Clock
} }
Fl_Box {} { Fl_Box {} {
label PLAYHEAD label PLAYHEAD
xywh {325 29 142 40} box BORDER_BOX color 46 xywh {325 29 142 40} box BORDER_BOX color 40
code0 {o->type( Clock::BBT );} code0 {o->type( Clock::BBT );}
code1 {o->run( &transport->frame );} code1 {o->run( &transport->frame );}
class Clock class Clock