summaryrefslogtreecommitdiff
path: root/src/Fl_Help_Dialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Help_Dialog.cxx')
-rw-r--r--src/Fl_Help_Dialog.cxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx
index 2e58f5b72..773ee67c7 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.0101
+// generated by Fast Light User Interface Designer (fluid) version 1.0103
#include "../FL/Fl_Help_Dialog.H"
#include "flstring.h"
@@ -113,7 +113,15 @@ Fl_Help_Dialog::Fl_Help_Dialog() {
o->user_data((void*)(this));
{ 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->labeltype(FL_NORMAL_LABEL);
+ o->labelfont(0);
+ o->labelsize(14);
+ o->labelcolor(56);
o->callback((Fl_Callback*)cb_view_);
+ o->align(FL_ALIGN_TOP);
+ o->when(FL_WHEN_RELEASE);
o->end();
Fl_Group::current()->resizable(o);
}