From d2f83a42c27b6689e79173201624994d23ff1123 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 25 Oct 2013 21:16:04 +0000 Subject: Extension of r10008; fix width problem for "C declaration" button.. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10009 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3