We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe7503 commit 42fbf65Copy full SHA for 42fbf65
OATControl/ViewModels/AppSettings.cs
@@ -130,14 +130,14 @@ private string this[string key]
130
}
131
132
133
- [DefaultValueAttribute("45.0")]
+ [DefaultValueAttribute("45")]
134
public float SiteLatitude
135
{
136
get { return float.Parse(this["SiteLatitude"]); }
137
set { this["SiteLatitude"] = value.ToString(); }
138
139
140
141
public float SiteLongitude
142
143
get { return float.Parse(this["SiteLongitude"]); }
0 commit comments