diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-10-05 00:03:27 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2014-10-05 00:03:27 +0000 |
| commit | aef482198e224822d5f08b7adbb2e59a6a68a1fe (patch) | |
| tree | 34792698e0de2ed6cf93933046797934b9eba111 /test/inactive.fl | |
| parent | 7aa27859a552f0e459110455a372e5a017bc6873 (diff) | |
Bump version numbers to 1.3.3.
All fluid .fl files have been rewritten with fluid 1.3.3 and may differ
somehow, but there are no significant changes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10353 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'test/inactive.fl')
| -rw-r--r-- | test/inactive.fl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/inactive.fl b/test/inactive.fl index e8e90377f..cfe016ef5 100644 --- a/test/inactive.fl +++ b/test/inactive.fl @@ -1,11 +1,11 @@ # data file for the Fltk User Interface Designer (fluid) -version 1.0107 +version 1.0303 header_name {.h} code_name {.cxx} Function {} {open } { Fl_Window {} {open - xywh {379 190 420 369} type Double resizable visible + xywh {390 200 420 369} type Double resizable visible } { Fl_Group the_group { label {activate()/deactivate() called on this Fl_Group} open @@ -62,23 +62,23 @@ Function {} {open } { MenuItem {} { label item - xywh {0 0 100 20} labelsize 14 + xywh {0 0 100 20} } MenuItem {} { label item - xywh {10 10 100 20} labelsize 14 + xywh {10 10 100 20} } MenuItem {} { label item - xywh {20 20 100 20} labelsize 14 + xywh {20 20 100 20} } MenuItem {} { label item - xywh {30 30 100 20} labelsize 14 + xywh {30 30 100 20} } MenuItem {} { label item - xywh {40 40 100 20} labelsize 14 + xywh {40 40 100 20} } } Fl_Value_Output {} { |
