summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-10-31 22:00:29 +0100
committerMatthias Melcher <github@matthiasm.com>2023-10-31 22:00:38 +0100
commit8bd1bd71622df37f097b04746a98389ddb890558 (patch)
treee1ac3dde93bb660deab8013f7e50ec85c4bf8f22 /fluid/alignment_panel.fl
parent4b02c3614971f9334514e3f37cc27686c6485e2b (diff)
FLUID: Improves interactive handling of Grid and Flex
Diffstat (limited to 'fluid/alignment_panel.fl')
-rw-r--r--fluid/alignment_panel.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl
index f64f7c52e..0316ad1b4 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
+Function {make_settings_window()} {open selected
} {
Fl_Window settings_window {
label {FLUID Settings} open
@@ -157,7 +157,7 @@ Function {make_settings_window()} {open
} {
Fl_Group {} {
label General open
- image {icons/general_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 hide resizable
+ image {icons/general_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 resizable
code0 {o->image()->scale(36, 24);}
} {
Fl_Group {} {
@@ -287,7 +287,7 @@ Examples:
Fl_Group w_settings_project_tab {
label Project
callback {propagate_load(o, v);} open
- image {icons/document_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11
+ image {icons/document_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 hide
code0 {o->image()->scale(36, 24);}
} {
Fl_Group {} {open
@@ -394,7 +394,7 @@ or just ".ext" to set extension.}
g_project.write_mergeback_data = o->value();
}
}}
- comment {// Matt: disabled} selected
+ comment {// Matt: disabled}
tooltip {MergeBack is a feature under construction that allows changes in code files to be merged back into the project file. Checking this option will generate additional data in code and project files.} xywh {100 283 220 20} down_box DOWN_BOX labelsize 11 hide
}
Fl_Box {} {