summaryrefslogtreecommitdiff
path: root/audio/amarok-kde4/files/patch-amarok_src_statusbar_statusbar.cpp
blob: 6b19af04d24620e4c31069b836ff6edf11ba57ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- amarok/src/statusbar/statusbar.cpp.orig	Mon Dec 18 00:17:13 2006
+++ amarok/src/statusbar/statusbar.cpp	Mon Dec 18 00:13:27 2006
@@ -81,7 +81,7 @@
     m_slider->setMinimumWidth( m_timeLabel->width() );
 
     m_timeLabel2 = new TimeLabel( positionBox );
-    m_slider->setMinimumWidth( m_timeLabel2->width() );
+    m_slider->setMinimumWidth( m_timeLabel2->width() + 128 );
 
 
     // TODO Both labels need tooltips (string freeze?)