diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-11-03 04:50:54 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-11-03 04:50:54 +0000 |
| commit | b9e7232d262389e5e732c0bc661cbde58c24e2a3 (patch) | |
| tree | fc38088eb12bbea292adb232444e1f6aebc2db56 /fluid/function_panel.cxx | |
| parent | c3de2a22c058b26700cce7ebeb26ca20072dc50f (diff) | |
Set Fl_Text_Editor fields to Courier font for easier programming
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2823 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 560580eb5..5bb17c7ce 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -81,6 +81,7 @@ Fl_Window* make_code_panel() { o->box(FL_NO_BOX); Fl_Group::current()->resizable(o); o->buffer(new Fl_Text_Buffer); + o->textfont(FL_COURIER); } o->end(); Fl_Group::current()->resizable(o); |
