fix(UI模块): 解决图片或视频项数据显示不完全的问题

This commit is contained in:
liujialin@kylinos.cn 2022-10-08 17:02:06 +08:00
parent 5b94701cbe
commit 2b968a7ced
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void TimeLineView::setPictureTimeLineDateWidget()
void TimeLineView::setTimeLineData()
{
for (int i = 0; i < 1; i++) {
for (int i = m_startCount; i < m_endCount; i++) {
QWidget *titleWidget = new QWidget(this);
titleWidget->setFixedHeight(TITLE_HEIGHT);
QHBoxLayout *titleHLayout = new QHBoxLayout();