Fixed bug [ 865891 ] Strange Scrollbar Layout in "Inspector"
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5900 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -47,7 +47,6 @@ ActiveTranslatorsWindow::ActiveTranslatorsWindow(BRect rect, const char *name,
|
|||||||
: BWindow(rect, name, B_DOCUMENT_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
: BWindow(rect, name, B_DOCUMENT_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
||||||
{
|
{
|
||||||
BRect rctframe = Bounds();
|
BRect rctframe = Bounds();
|
||||||
rctframe.InsetBy(5, 5);
|
|
||||||
rctframe.right -= B_V_SCROLL_BAR_WIDTH;
|
rctframe.right -= B_V_SCROLL_BAR_WIDTH;
|
||||||
|
|
||||||
fpListView = new BOutlineListView(rctframe, "translators_list",
|
fpListView = new BOutlineListView(rctframe, "translators_list",
|
||||||
|
|||||||
Reference in New Issue
Block a user