diff options
author | Michael Landin <mich@FreeBSD.org> | 2007-02-12 17:02:44 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2007-02-12 17:02:44 +0000 |
commit | 195e77a5c54300c4348067d23f463e3549291450 (patch) | |
tree | eea18253ba3ff7499e01fc9d2b9a64c5f35ba699 /audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp | |
parent | Upgrade to 4.3.0. (diff) |
- update to -> 1.4.5
Changelog: http://amarok.kde.org/content/view/10/66/
PR: ports/108711
Submitted by: Alex<goo@t72.ru>
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?) |