Skip to content
Snippets Groups Projects
Commit d32ae128 authored by slevy's avatar slevy
Browse files

Lighten the text in timebase panel.
parent 4b5de31f
No related branches found
No related tags found
No related merge requests found
// 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 #ifndef partipanel_H
#define partipanel_H #define partipanel_H
......
// 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 "partipanel.H"
#include "partiview.H" #include "partiview.H"
...@@ -230,7 +230,7 @@ Fl_Window* make_window() { ...@@ -230,7 +230,7 @@ Fl_Window* make_window() {
o->labelsize(13); o->labelsize(13);
o->labelcolor(3); o->labelcolor(3);
o->textsize(9); o->textsize(9);
o->textcolor(12); o->textcolor(6);
o->callback((Fl_Callback*)pp_timebaseinput_cb); o->callback((Fl_Callback*)pp_timebaseinput_cb);
o->cursor_color( o->textcolor() ); o->cursor_color( o->textcolor() );
} }
......
# data file for the Fltk User Interface Designer (fluid) # data file for the Fltk User Interface Designer (fluid)
version 1.0009 version 1.00
header_name {partipanel.H} header_name {partipanel.H}
code_name {partipanel.cc} code_name {partipanel.cc}
gridx 5 gridx 5
...@@ -10,7 +10,7 @@ decl {\#include "partiview.H"} {} ...@@ -10,7 +10,7 @@ decl {\#include "partiview.H"} {}
Function {make_window()} {open Function {make_window()} {open
} { } {
Fl_Window Mainwin {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 Fl_Pack {} {open
xywh {0 0 385 445} color 96 resizable xywh {0 0 385 445} color 96 resizable
...@@ -153,7 +153,7 @@ Function {make_window()} {open ...@@ -153,7 +153,7 @@ Function {make_window()} {open
Fl_Input {ppui.timebase} { Fl_Input {ppui.timebase} {
label {+} label {+}
callback pp_timebaseinput_cb selected 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() );} code0 {o->cursor_color( o->textcolor() );}
} }
Fl_Value_Slider {ppui.stepspeed} { Fl_Value_Slider {ppui.stepspeed} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment