Drag from medialib to Playlist now works! No inserts yet, just append
This commit is contained in:
parent
ef5a523a8d
commit
4c02a3b938
5 changed files with 99 additions and 12 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue