mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Change grid icon in tree view
This commit is contained in:
parent
a42786bba0
commit
b8ec896464
@ -28,7 +28,7 @@ CAF_PDM_SOURCE_INIT(RimGridCollection, "GridCollection");
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimGridCollection::RimGridCollection()
|
||||
{
|
||||
CAF_PDM_InitObject("Grids", ":/draw_style_faults_24x24.png", "", "");
|
||||
CAF_PDM_InitObject("Grids", ":/draw_style_meshlines_24x24.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&isActive, "IsActive", true, "Show grid cells", "", "", "");
|
||||
isActive.uiCapability()->setUiHidden(true);
|
||||
|
Loading…
Reference in New Issue
Block a user