summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/function_panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx
index 0f37b8946..249f4e347 100644
--- a/fluid/function_panel.cxx
+++ b/fluid/function_panel.cxx
@@ -78,7 +78,7 @@ Fl_Double_Window* make_function_panel() {
f_public_choice->when(FL_WHEN_CHANGED);
f_public_choice->menu(menu_f_public_choice);
} // Fl_Choice* f_public_choice
- { f_c_button = new Fl_Light_Button(95, 10, 80, 20, "C declaration");
+ { f_c_button = new Fl_Light_Button(95, 10, 120, 20, "C declaration");
f_c_button->tooltip("Declare with a C interface instead of C++.");
f_c_button->labelsize(11);
} // Fl_Light_Button* f_c_button