diff --git a/src/apps/diskprobe/DataView.cpp b/src/apps/diskprobe/DataView.cpp index 1bcf56ab77..3d6d5d47f5 100644 --- a/src/apps/diskprobe/DataView.cpp +++ b/src/apps/diskprobe/DataView.cpp @@ -911,7 +911,8 @@ DataView::UpdateScroller() GetPreferredSize(&width, &height); SetExplicitMinSize(BSize(250, 200)); - SetExplicitMaxSize(BSize(width, height)); + SetExplicitMaxSize(BSize(B_SIZE_UNSET, height)); + SetExplicitPreferredSize(BSize(width, height)); BScrollBar *bar; if ((bar = ScrollBar(B_HORIZONTAL)) != NULL) {