Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[layouts] Fix incorrect panel heading
[skip ci]
  • Loading branch information
nyalldawson committed Nov 18, 2020
1 parent 6bc2984 commit 869e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tableeditor/qgstableeditorformattingwidget.cpp
Expand Up @@ -31,7 +31,7 @@ QgsTableEditorFormattingWidget::QgsTableEditorFormattingWidget( QWidget *parent
mFontButton->setNoFormatString( tr( "Clear Formatting" ) );

mBackgroundColorButton->setAllowOpacity( true );
mBackgroundColorButton->setColorDialogTitle( tr( "Text Color" ) );
mBackgroundColorButton->setColorDialogTitle( tr( "Background Color" ) );
mBackgroundColorButton->setDefaultColor( QColor( 255, 255, 255 ) );
mBackgroundColorButton->setShowNull( true );

Expand Down

0 comments on commit 869e90c

Please sign in to comment.