Skip to content

Commit

Permalink
Use polygon icon
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 3, 2024
1 parent f217cbc commit 0aad525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ void RicSimplifyPolygonFeature::onActionTriggered( bool isChecked )
void RicSimplifyPolygonFeature::setupActionLook( QAction* actionToSetup )
{
actionToSetup->setText( "Simplify Polygon" );
// actionToSetup->setIcon( QIcon( ":/caf/duplicate.svg" ) );
actionToSetup->setIcon( QIcon( ":/PolylinesFromFile16x16.png" ) );
}

0 comments on commit 0aad525

Please sign in to comment.