Resolved thumbnail not displaying in timeline view 47/229247/1 submit/tizen/20200401.150559
authorallu.k <allu.k@samsung.com>
Mon, 30 Mar 2020 13:11:09 +0000 (18:41 +0530)
committerallu.k <allu.k@samsung.com>
Mon, 30 Mar 2020 13:11:09 +0000 (18:41 +0530)
Change-Id: I5f23dab8dec1fca938c313918bd2361886641480

src/2dview/gl-timeline.c

index 0a524808f7a5a6a4919823f6d54aac90cd39dc6e..200e9182dfaa557742bde7f9a789f1b0c7165147 100644 (file)
@@ -1714,7 +1714,7 @@ char *_gl_time_get_genlist_style(void *data)
                } else {
                        items_per_row = GL_GRID_4_PER_ROW;
                }
-               height = ceil((double) win_w / items_per_row);
+               height = ceil((double) win_h / items_per_row);
        }
        style = g_strdup_printf(GL_TL_CONTENT_FORMAT, height);