mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Capitalize ui name in PDM fields
This commit is contained in:
@@ -30,7 +30,7 @@ RimGridCollection::RimGridCollection()
|
||||
{
|
||||
CAF_PDM_InitObject("Grids", ":/draw_style_meshlines_24x24.png", "", "");
|
||||
|
||||
CAF_PDM_InitField(&isActive, "IsActive", true, "Show grid cells", "", "", "");
|
||||
CAF_PDM_InitField(&isActive, "IsActive", true, "Show Grid Cells", "", "", "");
|
||||
isActive.uiCapability()->setUiHidden(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user