fix(UI模块): 解决图片或视频项数据显示不完全的问题
This commit is contained in:
parent
5b94701cbe
commit
2b968a7ced
|
@ -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