From 3f8ebf0ebb2a9d151545af879016eb31a2de7d24 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 25 Oct 2013 21:14:42 +0000 Subject: 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 --- fluid/function_panel.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/function_panel.fl') 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 -- cgit v1.2.3