Bloom.Workspace.WorkspaceView.AdjustButtonTextsForCurrentSize C# (CSharp) Method

AdjustButtonTextsForCurrentSize() private method

Remove the button texts if needed for the current size of the main window.
private AdjustButtonTextsForCurrentSize ( ) : void
return void
        void AdjustButtonTextsForCurrentSize()
        {
            if (_currentShrinkage == Shrinkage.Stage2 || _currentShrinkage == Shrinkage.Stage3)
                RemoveButtonTexts();
        }