Tracker: Remove scroll bar width from the right margin in file panels.

No longer needed, the layout will take care of this now.
This commit is contained in:
Augustin Cavalier
2020-07-05 21:07:30 -04:00
parent 749fbae043
commit 549e16ed2e
+1 -1
View File
@@ -750,7 +750,7 @@ TFilePanel::Init(const BMessage*)
rect = windRect;
rect.OffsetTo(10, fDirMenuField->Frame().bottom + 10);
rect.bottom = windRect.bottom - 60;
rect.right -= B_V_SCROLL_BAR_WIDTH + 20;
rect.right -= 20;
fPoseContainer->MoveTo(rect.LeftTop());
fPoseContainer->ResizeTo(rect.Width(), rect.Height());