Give (back!?) this belevel aspect to background view.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3762 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -123,8 +123,9 @@ void DataTranslationsWindow::BuildView()
|
||||
|
||||
dButton = new BButton(r, "STD", "Info. . .", new BMessage(BUTTON_MSG));
|
||||
|
||||
fBox = new BBox(all, "All_Window");
|
||||
fBox->SetBorder(B_NO_BORDER);
|
||||
fBox = new BBox(all, "All_Window", B_FOLLOW_ALL_SIDES,
|
||||
B_WILL_DRAW | B_FRAME_EVENTS | B_NAVIGABLE_JUMP,
|
||||
B_PLAIN_BORDER);
|
||||
|
||||
r.Set( 10, 10, 120, 288); // List View
|
||||
|
||||
|
||||
Reference in New Issue
Block a user