From aaaf0a0537e03cec7a47330550a31bb4e96dacde Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 1 Nov 2023 17:22:31 +0100 Subject: FLUID: Adds options to draw ghosted outlines. --- fluid/alignment_panel.fl | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'fluid/alignment_panel.fl') 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 } -- cgit v1.2.3