DataTranslations: remove SetExplicitMinSize
It prevents the window to get big enough for some of the translators. Fixes #11612.
This commit is contained in:
parent
03f1ea8e5c
commit
27627e22db
@ -214,7 +214,6 @@ DataTranslationsWindow::_SetupViews()
|
||||
fRightBox = new BBox("Right_Side");
|
||||
fRightBox->SetExplicitAlignment(BAlignment(B_ALIGN_USE_FULL_WIDTH,
|
||||
B_ALIGN_USE_FULL_HEIGHT));
|
||||
fRightBox->SetExplicitMinSize(BSize(350, 300));
|
||||
|
||||
// Add the translator icon view
|
||||
fIconView = new IconView();
|
||||
|
Loading…
Reference in New Issue
Block a user