add support for adding tracks to playlist after highlighted item

This commit is contained in:
Andrzej Rybczak
2010-01-30 15:24:02 +01:00
parent dac2458e1f
commit 7f45d6ec8d
2 changed files with 6 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
class SelectedItemsAdder : public Screen< Menu<std::string> >
{
public:
SelectedItemsAdder() : itsPSWidth(35), itsPSHeight(10) { }
SelectedItemsAdder() : itsPSWidth(35), itsPSHeight(11) { }
virtual void SwitchTo();
virtual void Resize();