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:
Michael Pfeiffer
2009-10-11 17:45:57 +00:00
parent 891a50b2ae
commit 7a12ec8bf9
+1 -1
View File
@@ -248,7 +248,7 @@ PartitionsPage::_FillPartitionsView(BView* view)
fPartitionsWidth = totalWidth;
fPartitionsHeight = frame.Height();
fPartitionsHeight = frame.top;
}