From ae9e52ac773590ad4497e328b90884f5cbb26e16 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Sun, 27 Apr 2008 07:04:56 -0500 Subject: [PATCH] Minor cosmetic. --- Timeline/Region.C | 6 +----- Timeline/TLE.fl | 12 ++++++------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/Timeline/Region.C b/Timeline/Region.C index a9c8098..814ed13 100644 --- a/Timeline/Region.C +++ b/Timeline/Region.C @@ -41,13 +41,9 @@ using namespace std; extern Timeline *timeline; -#include "../FL/Boxtypes.H" - bool Region::inherit_track_color = true; -// Fl_Boxtype Region::_box = FL_UP_BOX; - -Fl_Boxtype Region::_box = FL_CRYSTAL_UP_BOX; +Fl_Boxtype Region::_box = FL_UP_BOX; Fl_Color Region::_selection_color = FL_MAGENTA; diff --git a/Timeline/TLE.fl b/Timeline/TLE.fl index 3e26ded..7af5e7a 100644 --- a/Timeline/TLE.fl +++ b/Timeline/TLE.fl @@ -367,7 +367,7 @@ timeline->redraw();} } MenuItem {} { label Flat - callback {Fl::scheme( "gtk+" );} selected + callback {Fl::scheme( "gtk+" );} xywh {10 10 40 25} type Radio } } @@ -407,11 +407,11 @@ Fl::scheme( Fl::scheme() );} } MenuItem {} { label Light - callback {Fl::background2( 255, 255, 255 ); -Fl::background( 192, 192, 192 ); + callback {Fl::background2( 192, 192, 192 ); +Fl::background( 220, 220, 220 ); Fl::foreground( 0, 0, 0 ); -Fl::scheme( Fl::scheme() );} +Fl::scheme( Fl::scheme() );} selected xywh {20 20 40 25} type Radio } } @@ -455,14 +455,14 @@ delete win;} } { Fl_Box playhead_clock { 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 );} code1 {o->run( &transport->frame );} class Clock } Fl_Box {} { 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 );} code1 {o->run( &transport->frame );} class Clock