Skip to content

Commit

Permalink
Fixed bug [ 865891 ] Strange Scrollbar Layout in "Inspector"
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5900 a95241bf-73f2-0310-859d-f6bbb57e9c96
  • Loading branch information
nielx committed Jan 4, 2004
1 parent 495b7e4 commit 2743316
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ ActiveTranslatorsWindow::ActiveTranslatorsWindow(BRect rect, const char *name,
: BWindow(rect, name, B_DOCUMENT_WINDOW, B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
{
BRect rctframe = Bounds();
rctframe.InsetBy(5, 5);
rctframe.right -= B_V_SCROLL_BAR_WIDTH;

fpListView = new BOutlineListView(rctframe, "translators_list",
Expand Down

0 comments on commit 2743316

Please sign in to comment.