projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e217683
)
[tickernoti] Fixed the issue in displaying tickernoti when used by quickpanel.
author
Rajeev Ranjan
<rajeev.r@samsung.com>
Tue, 21 Feb 2012 09:05:15 +0000
(14:35 +0530)
committer
Rajeev Ranjan
<rajeev.r@samsung.com>
Tue, 21 Feb 2012 09:05:15 +0000
(14:35 +0530)
src/lib/elm_tickernoti.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_tickernoti.c
b/src/lib/elm_tickernoti.c
index
296c000
..
bfd4d2e
100644
(file)
--- a/
src/lib/elm_tickernoti.c
+++ b/
src/lib/elm_tickernoti.c
@@
-234,6
+234,7
@@
_create_tickernoti(Evas_Object *obj)
#ifdef HAVE_ELEMENTARY_X
ecore_x_window_size_get(ecore_x_window_root_first_get(), &w, NULL);
+ evas_object_size_hint_min_set(wd->edje_obj, w, wd->noti_height);
evas_object_resize(wd->win, w, wd->noti_height);
wd->rotation_event_handler = ecore_event_handler_add(
ECORE_X_EVENT_WINDOW_PROPERTY, _prop_change, obj);