Always set a minimum size for the list view.
* Otherwise it doesn't look good when the media server is just being launched (so there are no nodes yet).
This commit is contained in:
@@ -349,6 +349,7 @@ MediaWindow::_InitWindow()
|
||||
{
|
||||
fListView = new BListView("media_list_view");
|
||||
fListView->SetSelectionMessage(new BMessage(ML_SELECTED_NODE));
|
||||
fListView->SetExplicitMinSize(BSize(140, B_SIZE_UNSET));
|
||||
|
||||
// Add ScrollView to Media Menu for pretty border
|
||||
BScrollView* scrollView = new BScrollView("listscroller",
|
||||
|
||||
Reference in New Issue
Block a user