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