Library view is escaping its frame in Outline800x480-WVGA
Bug #804529 reported by
Daniel Schürmann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Low
|
Daniel Schürmann |
Bug Description
The bug is caused by the dlgprepare.ui, Its menu bar is to big.
I have changed "* Recently Added * All Songs" to "* New * All" to solve the bug.
I have tested it on Ubuntu Natty with the current trunk 2837.
Related branches
lp://staging/~daschuer/mixxx/autodj
- Mixxx Development Team: Pending requested
-
Diff: 1979 lines (+1168/-231)22 files modifiedmixxx/build/depends.py (+24/-4)
mixxx/lib/soundtouch-1.6.0/STTypes.h (+1/-1)
mixxx/res/images/autodj/bottom.svg (+137/-0)
mixxx/res/images/autodj/media-playlist-shuffle.svg (+214/-0)
mixxx/res/images/autodj/stock_mail-send-receive.svg (+87/-0)
mixxx/res/mixxx.qrc (+3/-0)
mixxx/src/dlgautodj.cpp (+433/-161)
mixxx/src/dlgautodj.h (+26/-2)
mixxx/src/dlgautodj.ui (+110/-18)
mixxx/src/library/autodjfeature.cpp (+30/-24)
mixxx/src/library/autodjfeature.h (+2/-0)
mixxx/src/library/browse/browsefeature.cpp (+14/-4)
mixxx/src/library/browse/browsetablemodel.cpp (+8/-8)
mixxx/src/library/dao/cratedao.h (+2/-0)
mixxx/src/library/dao/playlistdao.cpp (+11/-3)
mixxx/src/library/dao/playlistdao.h (+3/-1)
mixxx/src/library/playlistfeature.cpp (+23/-3)
mixxx/src/library/playlistfeature.h (+3/-0)
mixxx/src/library/playlisttablemodel.cpp (+11/-0)
mixxx/src/library/playlisttablemodel.h (+1/-0)
mixxx/src/widget/wtracktableview.cpp (+22/-2)
mixxx/src/widget/wtracktableview.h (+3/-0)
Changed in mixxx: | |
status: | New → Confirmed |
importance: | Undecided → Low |
assignee: | nobody → Daniel Schürmann (daschuer) |
status: | Confirmed → In Progress |
Changed in mixxx: | |
status: | Fix Committed → In Progress |
Changed in mixxx: | |
milestone: | none → 1.10.0 |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
It took me very long to figure out what happens, but finally, here is the patch!