Media prefs: layout fixes.

This commit is contained in:
Rene Gollent
2013-07-04 13:46:29 -04:00
parent 3007aa0092
commit 0635bcc98f
+1
View File
@@ -363,6 +363,7 @@ MediaWindow::_InitWindow()
fContentLayout = new BCardLayout();
new BView("content view", 0, fContentLayout);
fContentLayout->Owner()->SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
fContentLayout->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
fAudioView = new AudioSettingsView();
fContentLayout->AddView(fAudioView);