Browse Source

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
pull/49/head
Greg Ercolano 12 years ago
parent
commit
3f8ebf0ebb
  1. 2
      fluid/function_panel.fl

2
fluid/function_panel.fl

@ -89,7 +89,7 @@ Function {make_function_panel()} {} { @@ -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

Loading…
Cancel
Save