chore: layout
This commit is contained in:
@@ -22,7 +22,7 @@ MediaParticleWidget::MediaParticleWidget(QWidget *parent)
|
|||||||
layout->setSpacing(2);
|
layout->setSpacing(2);
|
||||||
|
|
||||||
m_videoWidget = new QVideoWidget();
|
m_videoWidget = new QVideoWidget();
|
||||||
m_videoWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
m_videoWidget->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
|
||||||
layout->addWidget(m_videoWidget);
|
layout->addWidget(m_videoWidget);
|
||||||
|
|
||||||
m_durationLabel = new QLabel();
|
m_durationLabel = new QLabel();
|
||||||
|
|||||||
Reference in New Issue
Block a user