Drag from medialib to Playlist now works! No inserts yet, just append

This commit is contained in:
Tobias Rundstrom 2006-03-04 16:06:47 -03:00
parent ef5a523a8d
commit 4c02a3b938
5 changed files with 99 additions and 12 deletions

View file

@ -13,7 +13,11 @@ TextScroller::TextScroller (QWidget *parent, uint w, uint h) : QWidget (parent)
m_w = w;
m_x_off = 0;
m_x2_off = 0;
#ifdef Q_OS_MACX
m_fontsize = 9;
#else
m_fontsize = 8; /* default */
#endif
m_ttf = true;
setMinimumSize(m_w + 2, m_h);