diff --git a/shell/settings/sourceformattersettings.cpp b/shell/settings/sourceformattersettings.cpp --- a/shell/settings/sourceformattersettings.cpp +++ b/shell/settings/sourceformattersettings.cpp @@ -480,10 +480,6 @@ SourceFormatterStyle* style = l.selectedStyle; descriptionLabel->setText( style->description() ); - if( style->description().isEmpty() ) - descriptionLabel->hide(); - else - descriptionLabel->show(); if( style->usePreview() ) {