change candidate window max value 71/17471/1
authorJuHyun Kim <jh8212.kim@samsung.com>
Tue, 16 Jul 2013 07:27:52 +0000 (16:27 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:01:48 +0000 (11:01 +0900)
Change-Id: I53c9e0aeafed14f4f5e946c3274a87978332a039

ism/extras/efl_panel/isf_panel_efl.cpp

index 8c63914..27b03a1 100644 (file)
@@ -1667,12 +1667,12 @@ static void ui_create_native_candidate_window (void)
     _candidate_port_width        = _screen_width;
     _candidate_port_height_min   = 84 * _height_rate * _candidate_port_line;
     _candidate_port_height_min_2 = 84 * _height_rate + _candidate_port_height_min;
-    _candidate_port_height_max   = 426 * _height_rate + _candidate_port_height_min;
+    _candidate_port_height_max   = 444 * _height_rate + _candidate_port_height_min;
     _candidate_port_height_max_2 = 84 * _height_rate + _candidate_port_height_max;
     _candidate_land_width        = _screen_height;
     _candidate_land_height_min   = 84 * _width_rate;
     _candidate_land_height_min_2 = 168 * _width_rate;
-    _candidate_land_height_max   = 342 * _width_rate;
+    _candidate_land_height_max   = 316 * _width_rate + _candidate_land_height_min;
     _candidate_land_height_max_2 = 426 * _width_rate;
 
     _candidate_scroll_0_width_min= _screen_width;