Merge branch 'table' into 'table'

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

See merge request kylinos-src/kylin-connectivity!3
This commit is contained in:
刘珈麟 2022-10-08 09:03:16 +00:00
commit 574cfac3c4
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();