Merge branch 'table' into 'table'
fix(UI模块): 解决图片或视频项数据显示不完全的问题 See merge request kylinos-src/kylin-connectivity!3
This commit is contained in:
commit
574cfac3c4
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue