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
This commit is contained in:
parent
4827a696df
commit
3f8ebf0ebb
@ -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…
Reference in New Issue
Block a user