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:
@@ -75,6 +75,7 @@ HWindow::InitGUI()
|
|||||||
fEventList = new HEventList(rect);
|
fEventList = new HEventList(rect);
|
||||||
listView->AddChild(fEventList);
|
listView->AddChild(fEventList);
|
||||||
fEventList->SetType(BMediaFiles::B_SOUNDS);
|
fEventList->SetType(BMediaFiles::B_SOUNDS);
|
||||||
|
fEventList->SetSelectionMode(B_SINGLE_SELECTION_LIST);
|
||||||
|
|
||||||
rect = Bounds();
|
rect = Bounds();
|
||||||
rect.top = rect.bottom - 105;
|
rect.top = rect.bottom - 105;
|
||||||
|
|||||||
Reference in New Issue
Block a user