mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
195e77a5c5
Changelog: http://amarok.kde.org/content/view/10/66/ PR: ports/108711 Submitted by: Alex<goo@t72.ru>
12 lines
439 B
C++
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?)
|