diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-07-14 13:16:17 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-07-14 13:16:17 +0000 |
| commit | 7f526e136236802fccd9822ce87c509bf32e50d0 (patch) | |
| tree | 62ef73549292dec25256a892c124153c2f5cc0b6 /fluid/widget_panel.fl | |
| parent | 52960ea9038d1f5820453129db4652b012bda0fe (diff) | |
- Fixed Fl_Bitmap::copy code according to Stephans suggestions. Thanks! Good catch.
- Fixed some minor alignment in Fluid.
- Live Mode window in Fluid is now double buffered to get rid of flicker.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4415 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 0c70171b5..fc3ed02c1 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -39,12 +39,12 @@ Function {make_widget_panel()} {open } { Fl_Tabs {} { callback {propagate_load((Fl_Group *)o,v);} open - xywh {3 5 402 310} selection_color 4 labelsize 11 when 0 resizable + xywh {5 5 400 310} selection_color 4 labelsize 11 when 0 resizable } { Fl_Group {} { label GUI callback propagate_load - xywh {3 25 402 290} labelsize 11 when 0 resizable + xywh {5 25 400 290} labelsize 11 when 0 resizable } { Fl_Group {} { callback propagate_load @@ -290,7 +290,7 @@ Function {make_widget_panel()} {open Fl_Group {} { label Style callback propagate_load - xywh {3 25 402 290} labelsize 11 when 0 hide + xywh {5 25 400 290} labelsize 11 when 0 hide } { Fl_Group {} { callback propagate_load |
