From 5ffd43dcb92f771d2244ab0bb8964b7af5351f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Fri, 17 Feb 2006 10:47:49 +0000 Subject: [PATCH] hopefully completes the fix for bug #190 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16450 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/media/MediaViews.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/media/MediaViews.cpp b/src/preferences/media/MediaViews.cpp index f16c4a131c..ae20e949f1 100644 --- a/src/preferences/media/MediaViews.cpp +++ b/src/preferences/media/MediaViews.cpp @@ -126,7 +126,7 @@ SettingsView::SettingsView (BRect frame, bool isVideo) mRealtimeCheckBox->SetValue(B_CONTROL_ON); rect2.top += 26; - rect2.bottom = rect2.top + 80; + rect2.bottom = rect.Height() - 5; rect2.right = rect.right - 15; BRect textRect(3, 3, rect2.Width() - 3, rect2.Height() - 3); BTextView *textView = new BTextView(rect2, "textView", textRect, B_FOLLOW_ALL, B_WILL_DRAW);