aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PlayerWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/PlayerWindow.cpp b/PlayerWindow.cpp
index 8614c86..6aa5f0c 100644
--- a/PlayerWindow.cpp
+++ b/PlayerWindow.cpp
@@ -51,6 +51,7 @@ void PlayerWindow::setupUi()
QLabel *volumeLabel = new QLabel(this);
volumeLabel->setPixmap(style()->standardIcon(QStyle::SP_MediaVolume).pixmap(16));
m_seekSlider = new Phonon::SeekSlider(this);
+ m_seekSlider->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
QToolBar *toolBar = new QToolBar(this);
toolBar->addAction(m_previousAction);