diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-01 17:22:31 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-01 17:22:40 +0100 |
| commit | aaaf0a0537e03cec7a47330550a31bb4e96dacde (patch) | |
| tree | 820ea79b85ed1e3b9fdcfe9ef0b2fc16a15c5cc6 /fluid/alignment_panel.fl | |
| parent | 5f836377a0f4e5c7b90b06ba4b4fefc3ccf04a39 (diff) | |
FLUID: Adds options to draw ghosted outlines.
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 0316ad1b4..7c03f4920 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -145,7 +145,7 @@ script_input->linenumber_width(60); script_input->linenumber_size(script_input->Fl_Text_Display::textsize());} {} } -Function {make_settings_window()} {open selected +Function {make_settings_window()} {open } { Fl_Window settings_window { label {FLUID Settings} open @@ -280,6 +280,12 @@ Examples: tooltip {show overlapping and out of bounds areas, show unfilled areas in Fl_Pack groups} xywh {120 320 200 20} down_box DOWN_BOX labelsize 11 code0 {o->value(show_restricted);} } + Fl_Check_Button ghosted_outline_button { + label {Show Low Contrast Groups Ghosted} + callback toggle_ghosted_outline_cb selected + 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);} + } Fl_Box {} { xywh {120 530 200 10} hide resizable } |
