diff --git a/src/add-ons/translators/shared/BaseTranslator.cpp b/src/add-ons/translators/shared/BaseTranslator.cpp index b8eb064929..cc7405e0ba 100644 --- a/src/add-ons/translators/shared/BaseTranslator.cpp +++ b/src/add-ons/translators/shared/BaseTranslator.cpp @@ -675,7 +675,7 @@ BaseTranslator::MakeConfigurationView(BMessage *ioExtension, BView **outView, if (view) { *outView = view; if ((view->Flags() & B_SUPPORTS_LAYOUT) != 0) - view->ResizeTo(view->ExplicitPreferredSize()); + view->ResizeTo(view->PreferredSize()); *outExtent = view->Bounds();