The right box didn't take the border of the list view into account, and as
therefore a bit too small. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16796 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e3d0715523
commit
a9b6762f49
@ -204,8 +204,8 @@ DataTranslationsWindow::_SetupViews()
|
||||
mainView->AddChild(scrollView);
|
||||
|
||||
// Box around the config and info panels
|
||||
fRightBox = new BBox(BRect(130 + B_V_SCROLL_BAR_WIDTH, 10, Bounds().Width() - 10,
|
||||
Bounds().Height() - 10), "Right_Side", B_FOLLOW_ALL);
|
||||
fRightBox = new BBox(BRect(130.0f + B_V_SCROLL_BAR_WIDTH, 8.0f, Bounds().Width() - 8.0f,
|
||||
Bounds().Height() - 8.0f), "Right_Side", B_FOLLOW_ALL);
|
||||
mainView->AddChild(fRightBox);
|
||||
|
||||
// Add the translator icon view
|
||||
|
Loading…
x
Reference in New Issue
Block a user