diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-10-25 21:14:42 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-10-25 21:14:42 +0000 |
| commit | 3f8ebf0ebb2a9d151545af879016eb31a2de7d24 (patch) | |
| tree | 409245ad5e3496ddd13bccdf18be5b358b91ec90 /fluid/function_panel.fl | |
| parent | 4827a696df04d50f2af5bbff2c1a1bd976b887a7 (diff) | |
Fix width problem with "C declaration" button
in the Function/Method Properties panel.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index ad71ab1ee..aaf34efb6 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -89,7 +89,7 @@ Function {make_function_panel()} {} { } Fl_Light_Button f_c_button { label {C declaration} - tooltip {Declare with a C interface instead of C++.} xywh {95 10 80 20} labelsize 11 + tooltip {Declare with a C interface instead of C++.} xywh {95 10 120 20} labelsize 11 } Fl_Box {} { xywh {235 10 45 20} resizable |
