projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c79daf
)
[Elm] Just a tip on a background test.
author
Gustavo Lima Chaves
<glima@profusion.mobi>
Wed, 2 May 2012 16:58:21 +0000
(16:58 +0000)
committer
Gustavo Lima Chaves
<glima@profusion.mobi>
Wed, 2 May 2012 16:58:21 +0000
(16:58 +0000)
SVN revision: 70633
src/bin/test_bg.c
patch
|
blob
|
history
diff --git
a/src/bin/test_bg.c
b/src/bin/test_bg.c
index
d0a3829
..
95ace0e
100644
(file)
--- a/
src/bin/test_bg.c
+++ b/
src/bin/test_bg.c
@@
-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");