SetExplicitSize
void SetExplicitSize(BSize size);
void SetExplicitSize(BSize size);
fTeamName->SetExplicitSize(BSize(StringWidth("x") * 60, B_SIZE_UNSET));
SetExplicitSize(fBitmap->Bounds().Size());
fDestButton->SetExplicitSize(size);
fSourceButton->SetExplicitSize(size);
fExpandButton->SetExplicitSize(size);
fWorkerIndicator->SetExplicitSize(workerIndicatorSize);
fWorkerIndicator->SetExplicitSize(workerIndicatorSize);
fBarberPole->SetExplicitSize(kStatusBarSize);
fProgressBar->SetExplicitSize(kStatusBarSize);
GetLayout()->SetExplicitSize(BSize(be_plain_font->StringWidth("M") * 60, lineHeight * 30));
startDuration->SetExplicitSize(BSize(padding * kDurationWidth, B_SIZE_UNSET));
endDuration->SetExplicitSize(BSize(padding * kDurationWidth, B_SIZE_UNSET));
fVideoQualitySlider->SetExplicitSize(BSize(padding * kQualitySliderWidth,
fAudioQualitySlider->SetExplicitSize(BSize(padding * kQualitySliderWidth,
fPreviewTextView->SetExplicitSize(
fPreviewTextView->SetExplicitSize(
SetExplicitSize(BSize(width, B_SIZE_UNSET));
SetExplicitSize(BSize(width, B_SIZE_UNSET));
button->SetExplicitSize(BSize(usualWidth, B_SIZE_UNSET));
button->SetExplicitSize(BSize(maxWidth, B_SIZE_UNSET));
SetExplicitSize(BSize(roundf(StringWidth("M") * 6), roundf(StringWidth("M") * 6)));
menuBar->SetExplicitSize(size);
ownerRightLabel->SetExplicitSize(maxSize);
groupRightLabel->SetExplicitSize(maxSize);
otherRightLabel->SetExplicitSize(maxSize);
SetExplicitSize(fExplicitSize);
SetExplicitSize(BSize(B_SIZE_UNSET, fIconRect.Width() + 2 * fIconRect.top));
SetExplicitSize(BSize(B_SIZE_UNSET, height));
fPreviewTextView->SetExplicitSize(BSize(fPreviewTextWidth,
fPreviewTextView->SetExplicitSize(BSize(fPreviewTextWidth,
fTranslatorListView->SetExplicitSize(BSize(maxWidth + 20, B_SIZE_UNSET));
SetExplicitSize(bitmap->Bounds().Size());
fListView->SetExplicitSize(BSize(width, B_SIZE_UNSET));
fListStatusView->SetExplicitSize(statusViewSize);
fStatusContainerView->SetExplicitSize(statusViewSize);
fAddButton->SetExplicitSize(btnSize);
fRemoveButton->SetExplicitSize(btnSize);
fSaverView->SetExplicitSize(BSize(previewWidth, previewHeight));
fNoPreview->SetExplicitSize(BSize(previewWidth, previewHeight));
stopbutton->SetExplicitSize(buttonsSize);
fPlayButton->SetExplicitSize(buttonsSize);
fAddButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
fRemoveButton->SetExplicitSize(BSize(kButtonWidth, kButtonWidth));
GetLayout()->SetExplicitSize(BSize(fWidth, B_SIZE_UNSET));