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:
@@ -204,8 +204,8 @@ DataTranslationsWindow::_SetupViews()
|
|||||||
mainView->AddChild(scrollView);
|
mainView->AddChild(scrollView);
|
||||||
|
|
||||||
// Box around the config and info panels
|
// Box around the config and info panels
|
||||||
fRightBox = new BBox(BRect(130 + B_V_SCROLL_BAR_WIDTH, 10, Bounds().Width() - 10,
|
fRightBox = new BBox(BRect(130.0f + B_V_SCROLL_BAR_WIDTH, 8.0f, Bounds().Width() - 8.0f,
|
||||||
Bounds().Height() - 10), "Right_Side", B_FOLLOW_ALL);
|
Bounds().Height() - 8.0f), "Right_Side", B_FOLLOW_ALL);
|
||||||
mainView->AddChild(fRightBox);
|
mainView->AddChild(fRightBox);
|
||||||
|
|
||||||
// Add the translator icon view
|
// Add the translator icon view
|
||||||
|
|||||||
Reference in New Issue
Block a user