summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-10-25 21:16:04 +0000
committerGreg Ercolano <erco@seriss.com>2013-10-25 21:16:04 +0000
commitd2f83a42c27b6689e79173201624994d23ff1123 (patch)
tree4416c6fab43b2c25850ca72892a9051a042a1760 /fluid/function_panel.cxx
parent3f8ebf0ebb2a9d151545af879016eb31a2de7d24 (diff)
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
Diffstat (limited to 'fluid/function_panel.cxx')
-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