From 255e7fb39b83523c52855809bb9a80f647fe4cff Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 15 Oct 1998 14:19:34 +0000 Subject: Fluid fixes from Vincent PENNE. git-svn-id: file:///fltk/svn/fltk/trunk@12 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/alignment_panel.fl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'fluid/alignment_panel.fl') 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 + } } } -- cgit v1.2.3