#4892 Improved names and added improved icons to linked views commands

This commit is contained in:
Jacob Støren
2019-10-28 12:38:20 +01:00
parent 6af4356f36
commit d5a39ab3aa
13 changed files with 18 additions and 10 deletions

View File

@@ -127,7 +127,7 @@ RimProject::RimProject( void )
CAF_PDM_InitFieldNoDefault( &viewLinkerCollection,
"LinkedViews",
"Linked Views (field in RimProject",
":/chain.png",
":/LinkView16x16.png",
"",
"" );
viewLinkerCollection.uiCapability()->setUiHidden( true );

View File

@@ -30,7 +30,7 @@ CAF_PDM_SOURCE_INIT( RimViewLinkerCollection, "RimViewLinkerCollection" );
//--------------------------------------------------------------------------------------------------
RimViewLinkerCollection::RimViewLinkerCollection( void )
{
CAF_PDM_InitObject( "Linked Views", ":/chain.png", "", "" );
CAF_PDM_InitObject( "Linked Views", ":/LinkView16x16.png", "", "" );
CAF_PDM_InitField( &isActive, "Active", true, "Active", "", "", "" );
isActive.uiCapability()->setUiHidden( true );