Set event list to single-select.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31977 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-07-30 15:50:57 +00:00
parent 56938474d1
commit b96533c256

View File

@ -75,6 +75,7 @@ HWindow::InitGUI()
fEventList = new HEventList(rect);
listView->AddChild(fEventList);
fEventList->SetType(BMediaFiles::B_SOUNDS);
fEventList->SetSelectionMode(B_SINGLE_SELECTION_LIST);
rect = Bounds();
rect.top = rect.bottom - 105;