diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Help_Dialog.cxx | 4 | ||||
| -rw-r--r-- | src/Fl_Help_Dialog.fl | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 773ee67c7..9cbb757ff 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0103 +// generated by Fast Light User Interface Designer (fluid) version 1.0104 #include "../FL/Fl_Help_Dialog.H" #include "flstring.h" @@ -114,7 +114,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { { Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330); o->box(FL_DOWN_BOX); o->color(49); - o->selection_color(49); + o->selection_color(15); o->labeltype(FL_NORMAL_LABEL); o->labelfont(0); o->labelsize(14); diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl index b0d0f5551..982df46e9 100644 --- a/src/Fl_Help_Dialog.fl +++ b/src/Fl_Help_Dialog.fl @@ -1,12 +1,12 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0103 +version 1.0104 header_name {../FL/Fl_Help_Dialog.H} code_name {.cxx} decl {\#include "flstring.h"} {} decl {\#include <FL/fl_ask.H>} {} -class FL_EXPORT Fl_Help_Dialog {open selected +class FL_EXPORT Fl_Help_Dialog {open } { decl {int index_;} {} decl {int max_;} {} @@ -47,8 +47,8 @@ else if (view_->filename()) { strlcpy(file_[index_], view_->filename(), sizeof(file_[0])); line_[index_] = view_->topline(); -}} open - private xywh {10 10 510 330} box DOWN_BOX resizable +}} open selected + private xywh {10 10 510 330} box DOWN_BOX selection_color 15 resizable code0 {\#include <FL/Fl_Help_View.H>} class Fl_Help_View } {} |
