diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-01 20:17:00 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-01 20:17:08 +0100 |
| commit | 904d25dafed1766e1fc6f25db873103218074eb9 (patch) | |
| tree | c05b4d697ad1fb5813a5199152be62a82c63860e /fluid/alignment_panel.fl | |
| parent | aaaf0a0537e03cec7a47330550a31bb4e96dacde (diff) | |
FLUID: Improves adding widgets to Fl_Flex.
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 7c03f4920..499df07c1 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -142,7 +142,8 @@ script_panel->hide(); // otherwise hide..} open } code {// Enable line numbers script_input->linenumber_width(60); -script_input->linenumber_size(script_input->Fl_Text_Display::textsize());} {} +script_input->linenumber_size(script_input->Fl_Text_Display::textsize());} {selected + } } Function {make_settings_window()} {open @@ -282,7 +283,7 @@ Examples: } Fl_Check_Button ghosted_outline_button { label {Show Low Contrast Groups Ghosted} - callback toggle_ghosted_outline_cb selected + callback toggle_ghosted_outline_cb tooltip {groups with no box type or flat boxtypes without contrast will be rendered with a dim outline in the editing window only} xywh {120 340 200 20} down_box DOWN_BOX labelsize 11 code0 {o->value(show_ghosted_outline);} } |
