hopefully completes the fix for bug #190
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16450 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1a9e66f8e1
commit
5ffd43dcb9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user