diff options
Diffstat (limited to 'fluid/widget_panel.cxx')
| -rw-r--r-- | fluid/widget_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx index 5de0f8e95..f266d9e8e 100644 --- a/fluid/widget_panel.cxx +++ b/fluid/widget_panel.cxx @@ -64,7 +64,7 @@ Fl_Window* make_widget_panel() { o->align(FL_ALIGN_TOP_LEFT); } { Fl_Value_Input* o = new Fl_Value_Input(215, 150, 60, 20, "Width:"); - o->tooltip("The widget of the widget."); + o->tooltip("The width of the widget."); o->labelsize(10); o->maximum(2048); o->step(1); |
