mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6490: Improve color legends right-click menus
This commit is contained in:
committed by
Magne Sjaastad
parent
2ee4f48a88
commit
b16482bb2f
@@ -71,7 +71,7 @@ void RicCopyStandardLegendFeature::onActionTriggered( bool isChecked )
|
||||
void RicCopyStandardLegendFeature::setupActionLook( QAction* actionToSetup )
|
||||
{
|
||||
actionToSetup->setIcon( QIcon( ":/Legend.png" ) );
|
||||
actionToSetup->setText( "Copy Legend to Custom Legends" );
|
||||
actionToSetup->setText( "Copy to Custom Color Legends" );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user