Correctly calculate height of partitions list. Closes ticket #4745.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -248,7 +248,7 @@ PartitionsPage::_FillPartitionsView(BView* view)
|
|||||||
|
|
||||||
|
|
||||||
fPartitionsWidth = totalWidth;
|
fPartitionsWidth = totalWidth;
|
||||||
fPartitionsHeight = frame.Height();
|
fPartitionsHeight = frame.top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user