Bloom.Publish.BloomLibraryPublishControl.AdjustControlPlacement C# (CSharp) Method

AdjustControlPlacement() private method

Adjust things to look neat for the selected set of license controls and their content
private AdjustControlPlacement ( ) : void
return void
        private void AdjustControlPlacement()
        {
            if (!_usingCcControls)
                _ccPanel.Hide();
            if (_usingNotesLabel)
                AdjustLabelSize(_licenseNotesLabel);
            else
                _licenseNotesLabel.Hide();
            if (_usingNotesSuggestion)
                AdjustLabelSize(_licenseSuggestion);
            else
                _licenseSuggestion.Hide();
            AdjustLabelSize(_creditsLabel);
        }