projects
/
profile
/
iot
/
apps
/
native
/
gallery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
372252c
)
Resolved thumbnail not displaying in timeline view
47/229247/1
submit/tizen/20200401.150559
author
allu.k
<allu.k@samsung.com>
Mon, 30 Mar 2020 13:11:09 +0000
(18:41 +0530)
committer
allu.k
<allu.k@samsung.com>
Mon, 30 Mar 2020 13:11:09 +0000
(18:41 +0530)
Change-Id: I5f23dab8dec1fca938c313918bd2361886641480
src/2dview/gl-timeline.c
patch
|
blob
|
history
diff --git
a/src/2dview/gl-timeline.c
b/src/2dview/gl-timeline.c
index 0a524808f7a5a6a4919823f6d54aac90cd39dc6e..200e9182dfaa557742bde7f9a789f1b0c7165147 100644
(file)
--- a/
src/2dview/gl-timeline.c
+++ b/
src/2dview/gl-timeline.c
@@
-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);