summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-11-02 17:45:30 +0100
committerMatthias Melcher <github@matthiasm.com>2023-11-02 17:45:36 +0100
commit7c6266f67ef12f24e165fcb975b134dd867b2d45 (patch)
tree69109d9737cd62550b2dc9f10074604d62695344 /fluid/alignment_panel.fl
parent9ca4aed1fa13df227ddebe4fed4353d9156ab414 (diff)
FLUID: Simplifies and improves Ghosted Outlines
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl6
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index 3ddf7b4fb..464970348 100644
--- a/fluid/alignment_panel.fl
+++ b/fluid/alignment_panel.fl
@@ -110,7 +110,7 @@ decl {void scheme_cb(Fl_Scheme_Choice *, void *);} {public local
decl {int w_settings_shell_list_selected;} {public local
}
-Function {make_script_panel()} {open selected
+Function {make_script_panel()} {open
} {
Fl_Window script_panel {
label {Shell Script Editor}
@@ -281,8 +281,8 @@ Examples:
code0 {o->value(show_restricted);}
}
Fl_Check_Button ghosted_outline_button {
- label {Show Low Contrast Groups Ghosted}
- callback toggle_ghosted_outline_cb
+ label {Show Ghosted Group Outlines}
+ 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);}
}