diff --git a/src/lib/elementary/efl_ui_relative_layout.c b/src/lib/elementary/efl_ui_relative_layout.c index 827b3d601c..491c52f8af 100644 --- a/src/lib/elementary/efl_ui_relative_layout.c +++ b/src/lib/elementary/efl_ui_relative_layout.c @@ -125,7 +125,7 @@ static void _child_aspect_calc(Efl_Ui_Relative_Layout_Child *child, Eina_Bool axis) { Efl_Ui_Relative_Layout_Calc *calc = &child->calc; - int temph; + double temph; if ((calc->aspect[0] <= 0) || (calc->aspect[1] <= 0)) {