From d32ae128cb1105e19f3f89fca4a95cab2bc39b66 Mon Sep 17 00:00:00 2001 From: slevy <slevy> Date: Fri, 22 Dec 2000 01:52:53 +0000 Subject: [PATCH] Lighten the text in timebase panel. --- src/partipanel.H | 2 +- src/partipanel.cc | 4 ++-- src/partipanel.fl | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/partipanel.H b/src/partipanel.H index ed28939..8a67471 100644 --- a/src/partipanel.H +++ b/src/partipanel.H @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0009 +// generated by Fast Light User Interface Designer (fluid) version 1.00 #ifndef partipanel_H #define partipanel_H diff --git a/src/partipanel.cc b/src/partipanel.cc index 29bc782..9865561 100644 --- a/src/partipanel.cc +++ b/src/partipanel.cc @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0009 +// generated by Fast Light User Interface Designer (fluid) version 1.00 #include "partipanel.H" #include "partiview.H" @@ -230,7 +230,7 @@ Fl_Window* make_window() { o->labelsize(13); o->labelcolor(3); o->textsize(9); - o->textcolor(12); + o->textcolor(6); o->callback((Fl_Callback*)pp_timebaseinput_cb); o->cursor_color( o->textcolor() ); } diff --git a/src/partipanel.fl b/src/partipanel.fl index 8fb237a..4606797 100644 --- a/src/partipanel.fl +++ b/src/partipanel.fl @@ -1,5 +1,5 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0009 +version 1.00 header_name {partipanel.H} code_name {partipanel.cc} gridx 5 @@ -10,7 +10,7 @@ decl {\#include "partiview.H"} {} Function {make_window()} {open } { Fl_Window Mainwin {open - xywh {567 179 385 445} box DOWN_BOX color 96 resizable visible + xywh {924 173 385 445} box DOWN_BOX color 96 resizable visible } { Fl_Pack {} {open xywh {0 0 385 445} color 96 resizable @@ -153,7 +153,7 @@ Function {make_window()} {open Fl_Input {ppui.timebase} { label {+} callback pp_timebaseinput_cb selected - xywh {13 81 137 21} type Float color 32 labelsize 13 labelcolor 3 textsize 9 textcolor 12 + xywh {13 81 137 21} type Float color 32 labelsize 13 labelcolor 3 textsize 9 textcolor 6 code0 {o->cursor_color( o->textcolor() );} } Fl_Value_Slider {ppui.stepspeed} { -- GitLab