Skip to content

Commit

Permalink
Update src/gui/raster/qgsrasterattributetablewidget.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 8, 2022
1 parent f30fdc0 commit ba6cc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgsrasterattributetablewidget.cpp
Expand Up @@ -40,7 +40,7 @@ QgsRasterAttributeTableWidget::QgsRasterAttributeTableWidget( QWidget *parent, Q

// Create the toolbar
QToolBar *editToolBar = new QToolBar( this );
editToolBar->setIconSize( QgsGuiUtils::iconSize() );
editToolBar->setIconSize( QgsGuiUtils::iconSize( true ) );

mActionToggleEditing = new QAction( QgsApplication::getThemeIcon( "/mActionEditTable.svg" ), tr( "&Edit Attribute Table" ), editToolBar );
mActionToggleEditing->setCheckable( true );
Expand Down

0 comments on commit ba6cc40

Please sign in to comment.