diff --git a/src/apps/bootman/PartitionsPage.cpp b/src/apps/bootman/PartitionsPage.cpp index 5e60f010f3..19746a54cc 100644 --- a/src/apps/bootman/PartitionsPage.cpp +++ b/src/apps/bootman/PartitionsPage.cpp @@ -248,7 +248,7 @@ PartitionsPage::_FillPartitionsView(BView* view) fPartitionsWidth = totalWidth; - fPartitionsHeight = frame.Height(); + fPartitionsHeight = frame.top; }