From ceb5fff78081fa0e6985b87620b786fbcf1af3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Jensen?= Date: Thu, 22 Nov 2018 14:20:08 +0100 Subject: [PATCH] Create Well Path. Add tooltip containing dog leg unit --- ApplicationCode/ProjectDataModel/RimWellPathTarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimWellPathTarget.cpp b/ApplicationCode/ProjectDataModel/RimWellPathTarget.cpp index 1917ec4b28..77fad44b56 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPathTarget.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellPathTarget.cpp @@ -31,8 +31,8 @@ RimWellPathTarget::RimWellPathTarget() CAF_PDM_InitField(&m_isEnabled, "IsEnabled", true, "", "", "", ""); //m_targetType.uiCapability()->setUiHidden(true); CAF_PDM_InitFieldNoDefault(&m_targetPoint, "TargetPoint", "Point", "", "", ""); - CAF_PDM_InitField(&m_dogleg1, "Dogleg1", 3.0, "DL in", "", "", ""); - CAF_PDM_InitField(&m_dogleg2, "Dogleg2", 3.0, "DL out", "", "", ""); + CAF_PDM_InitField(&m_dogleg1, "Dogleg1", 3.0, "DL in", "", "[deg/30m]", ""); + CAF_PDM_InitField(&m_dogleg2, "Dogleg2", 3.0, "DL out", "", "[deg/30m]", ""); CAF_PDM_InitFieldNoDefault(&m_targetType, "TargetType", "Type", "", "", ""); m_targetType.uiCapability()->setUiHidden(true); CAF_PDM_InitField(&m_hasTangentConstraintUiField, "HasTangentConstraint", false, "Dir", "", "", "");