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:
2588640
)
moble_lib/ctxpopup: resize_obj should be resized to its min size
02/91702/1
author
WooHyun Jung
<wh0705.jung@samsung.com>
Tue, 11 Oct 2016 02:24:20 +0000
(11:24 +0900)
committer
WooHyun Jung
<wh0705.jung@samsung.com>
Tue, 11 Oct 2016 02:24:20 +0000
(11:24 +0900)
Change-Id: If07f3bba7beecce2657e9cc7a8a957d4810ee9db
src/mobile_lib/elc_ctxpopup.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elc_ctxpopup.c
b/src/mobile_lib/elc_ctxpopup.c
index c9717ae1b5a8e528668232cc739df5ae8b9a9594..6aa1e5bf8e4862f5c554a73f286a519b44a0aa38 100644
(file)
--- a/
src/mobile_lib/elc_ctxpopup.c
+++ b/
src/mobile_lib/elc_ctxpopup.c
@@
-1050,6
+1050,7
@@
_elm_ctxpopup_elm_layout_sizing_eval(Eo *obj, Elm_Ctxpopup_Data *sd)
}
evas_object_size_hint_min_set(wd->resize_obj, rect.w, rect.h);
+ evas_object_resize(wd->resize_obj, rect.w, rect.h);
evas_object_resize(sd->layout, rect.w, rect.h);
evas_object_move(sd->layout, rect.x, rect.y);