[Elm] Just a tip on a background test.

SVN revision: 70710
This commit is contained in:
Gustavo Lima Chaves 2012-05-03 22:41:37 +00:00
parent 8723fd9e76
commit 3badd29ecf
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ test_bg_options(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_
/* color choices ... this is ghetto, but we don't have a 'colorpicker'
* widget yet :( */
rd = elm_spinner_add(win);
elm_object_tooltip_text_set(rd, "The background's part being affected<br/>"
"here may be seen only if you enlarge<br/>"
"the window and mark the 'Center' radio.");
elm_object_style_set(rd, "vertical");
elm_spinner_min_max_set(rd, 1, 4);
elm_spinner_label_format_set(rd, "%.0f");