diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:19:34 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 1998-10-15 14:19:34 +0000 |
| commit | 255e7fb39b83523c52855809bb9a80f647fe4cff (patch) | |
| tree | 6f5b4eff04b13405b94cacecafd1ed449860f661 /fluid/alignment_panel.fl | |
| parent | 45bb73a9bf4692c68294be12a2e25a39ca3a307b (diff) | |
Fluid fixes from Vincent PENNE.
git-svn-id: file:///fltk/svn/fltk/trunk@12 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index c2e7f9286..07e39fce9 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -8,8 +8,8 @@ snap 3 Function {make_alignment_window()} {open } { Fl_Window alignment_window { - label {fluid Preferences} open selected - xywh {303 187 210 282} visible + label {fluid Preferences} open + xywh {0 22 210 310} modal visible } { Fl_Box {} { label {ALIGNMENT:} @@ -39,7 +39,7 @@ Function {make_alignment_window()} {open Fl_Button {} { label close callback {alignment_window->hide();} - xywh {10 250 190 20} hotspot + xywh {10 280 190 20} } Fl_Box {} { label {OUTPUT FILE NAMES:} @@ -61,5 +61,10 @@ Function {make_alignment_window()} {open callback code_input_cb xywh {90 210 100 20} box THIN_DOWN_BOX when 1 } + Fl_Light_Button include_H_from_C_button { + label {Include .H from .C} + callback include_H_from_C_button_cb + xywh {60 250 140 20} value 1 + } } } |
