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:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user