raster pushed a commit to branch master.
commit 67fa27b529c2040431b4e5485407d8a3362b77b9
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date: Wed Aug 7 16:49:23 2013 +0900
fix finger size calc for calendar
---
src/lib/elm_calendar.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/lib/elm_calendar.c b/src/lib/elm_calendar.c
index 6910ef2..aca0b09 100644
--- a/src/lib/elm_calendar.c
+++ b/src/lib/elm_calendar.c
@@ -69,8 +69,9 @@ _elm_calendar_smart_sizing_eval(Eo *obj, void *_pd
EINA_UNUSED, va_list *list EI
Evas_Coord minw = -1, minh = -1;
Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS);
-
- elm_coords_finger_size_adjust(8, &minw, ELM_DAY_LAST, &minh);
+
+ // 7x8 (1 month+year, days, 6 dates.)
+ elm_coords_finger_size_adjust(7, &minw, 8, &minh);
edje_object_size_min_restricted_calc
(wd->resize_obj, &minw, &minh, minw, minh);
evas_object_size_hint_min_set(obj, minw, minh);
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk