diff options
Diffstat (limited to 'audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp')
-rw-r--r-- | audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp b/audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp new file mode 100644 index 000000000000..6b19af04d246 --- /dev/null +++ b/audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp @@ -0,0 +1,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?) |