diff --git a/ideintf/propedits.pp b/ideintf/propedits.pp index 92e4fab7ae..b026c1407b 100644 --- a/ideintf/propedits.pp +++ b/ideintf/propedits.pp @@ -2228,8 +2228,7 @@ function TPropertyEditor.GetHint(HintType: TPropEditHint; x, y: integer var TypeHint: String; begin - Result:=GetName - +#13+oisValue+GetVisualValue; + Result := GetName + #13 + oisValue + ' ' + GetVisualValue; case GetPropType^.Kind of tkInteger : TypeHint:=oisInteger; tkInt64 : TypeHint:=oisInt64;