Skip to content

Commit

Permalink
fix bold font
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and m-kuhn committed Oct 15, 2018
1 parent e9e849a commit 5942cf7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/qgsgeometryvalidationdock.cpp
Expand Up @@ -38,9 +38,7 @@ QgsGeometryValidationDock::QgsGeometryValidationDock( const QString &title, QgsM
{
setupUi( this );

QFont font = mProblemDescriptionLabel->font();
font.setBold( true );
mProblemDescriptionLabel->setFont( font );
mProblemDescriptionLabel->setStyleSheet( QStringLiteral( "font: bold" ) );
mErrorListView->setAlternatingRowColors( true );

connect( mNextButton, &QToolButton::clicked, this, &QgsGeometryValidationDock::gotoNextError );
Expand Down

0 comments on commit 5942cf7

Please sign in to comment.