Skip to content

Commit

Permalink
Fix width problem with "C declaration" button
Browse files Browse the repository at this point in the history
in the Function/Method Properties panel.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
erco77 committed Oct 25, 2013
1 parent 4827a69 commit 3f8ebf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluid/function_panel.fl
Expand Up @@ -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
Expand Down

0 comments on commit 3f8ebf0

Please sign in to comment.