1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/audio/amarok/files/patch-amarok_src_statusbar_statusbar.cpp
Michael Landin 195e77a5c5 - update to -> 1.4.5
Changelog: http://amarok.kde.org/content/view/10/66/

PR:		ports/108711
Submitted by:	Alex<goo@t72.ru>
2007-02-12 17:02:44 +00:00

12 lines
439 B
C++

--- 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?)