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:
parent
56938474d1
commit
b96533c256
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user