Skip to content

Commit 5942cf7

Browse files
3nidsm-kuhn
authored andcommittedOct 15, 2018
fix bold font
1 parent e9e849a commit 5942cf7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/app/qgsgeometryvalidationdock.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ QgsGeometryValidationDock::QgsGeometryValidationDock( const QString &title, QgsM
3838
{
3939
setupUi( this );
4040

41-
QFont font = mProblemDescriptionLabel->font();
42-
font.setBold( true );
43-
mProblemDescriptionLabel->setFont( font );
41+
mProblemDescriptionLabel->setStyleSheet( QStringLiteral( "font: bold" ) );
4442
mErrorListView->setAlternatingRowColors( true );
4543

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

0 commit comments

Comments
 (0)
Please sign in to comment.