diff --git a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui b/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui index 17b443670..3445d3752 100644 --- a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui +++ b/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui @@ -585,7 +585,8 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) { password = "0"; tabComplete = "0"; sinkAllKeyEvents = "0"; - profile = "ToolsGuiCheckBoxProfile"; + hovertime = "1000"; + profile = "ToolsGuiTextEditProfile"; tooltipProfile = "GuiToolTipProfile"; toolTip = "The radius for this link."; AltCommand = "NavMeshTools->LinkTool.updateRadius();";