DataTranslations: remove SetExplicitMinSize

It prevents the window to get big enough for some of the translators.

Fixes #11612.
This commit is contained in:
Adrien Destugues 2014-12-12 15:53:25 +01:00
parent 03f1ea8e5c
commit 27627e22db

View File

@ -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();