diff options
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 032a75f0e..655ead0ce 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -689,57 +689,57 @@ Function {make_sourceview()} {open Fl_Window sourceview_panel { label {Code View} callback toggle_sourceview_cb open - xywh {388 212 544 500} type Double resizable size_range {384 120 0 0} visible + xywh {533 374 520 490} type Double resizable size_range {384 120 0 0} visible } { Fl_Tabs sv_tab { callback update_sourceview_position_cb open - xywh {20 10 500 440} resizable + xywh {10 10 500 440} selection_color 4 labelcolor 7 resizable } { Fl_Group {} { label Source open - xywh {20 35 500 415} labelsize 13 resizable + xywh {10 35 500 415} labelsize 13 hide resizable } { Fl_Text_Editor sv_source { - xywh {25 40 490 405} textfont 4 textsize 11 resizable + xywh {20 50 480 390} textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} class CodeEditor } } Fl_Group {} { label Header open - xywh {20 35 500 415} labelsize 13 hide + xywh {10 35 500 415} labelsize 13 } { - Fl_Text_Editor sv_header { - xywh {25 40 490 405} textfont 4 textsize 11 resizable + Fl_Text_Editor sv_header {selected + xywh {20 50 480 390} textfont 4 textsize 11 resizable code0 {\#include "CodeEditor.h"} class CodeEditor } } } Fl_Group {} {open - xywh {20 460 500 25} + xywh {10 460 500 20} } { Fl_Button {} { - label refresh + label Refresh callback update_sourceview_cb - xywh {20 460 80 25} labelsize 11 + xywh {10 460 61 20} labelsize 11 } Fl_Light_Button sv_autorefresh { - label autorefresh - xywh {105 460 80 25} labelsize 11 + label {Auto-Refresh} + xywh {76 460 91 20} labelsize 11 code0 {o->callback((Fl_Callback*)update_sourceview_cb);} } Fl_Light_Button sv_autoposition { - label autoposition - xywh {190 460 80 25} labelsize 11 + label {Auto-Position} + xywh {172 460 89 20} labelsize 11 } Fl_Button {} { - label close - callback toggle_sourceview_b_cb selected - xywh {440 460 80 25} labelsize 11 + label Close + callback toggle_sourceview_b_cb + xywh {460 460 50 20} labelsize 11 } Fl_Box {} { - xywh {275 460 160 25} resizable + xywh {265 460 190 20} resizable } } } |
