max tooltip timeout should be 5s, not sure why it was 3

SVN revision: 74859
This commit is contained in:
Mike Blumenkrantz 2012-08-03 17:34:32 +00:00
parent 53c4f46337
commit 309e2ef245
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ _basic_create(E_Config_Dialog *cfd __UNUSED__,
ob = e_widget_label_add(evas, _("Tooltip delay"));
e_widget_list_object_append(o, ob, 1, 1, 0.5);
ob = e_widget_slider_add(evas, 1, 0, _("%1.1f"), 0.0, 3.0, 0.5, 0,
ob = e_widget_slider_add(evas, 1, 0, _("%1.1f"), 0.0, 5.0, 0.5, 0,
&cfdata->tooltip.delay, NULL, 150);
e_widget_list_object_append(o, ob, 1, 1, 0.5);