diff --git a/BlurredBackground.WPF/BlurredBackgroundBehavior.cs b/BlurredBackground.WPF/BlurredBackgroundBehavior.cs index b13ee39..b9476bb 100644 --- a/BlurredBackground.WPF/BlurredBackgroundBehavior.cs +++ b/BlurredBackground.WPF/BlurredBackgroundBehavior.cs @@ -28,7 +28,7 @@ public class BlurredBackground "Merging", typeof(double), typeof(BlurredBackground), - new PropertyMetadata(1, OnMergingChanged)); + new PropertyMetadata(1.0, OnMergingChanged)); public static readonly DependencyProperty DpiProperty = DependencyProperty.RegisterAttached( diff --git a/README.md b/README.md index de53f3b..18977d9 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ The library hooks into the `Loaded` and `SizeChanged` events of the `Border` con You can customize the blur appearance by adjusting the `BlurRadius`, `Merging`, and `Dpi` properties on the `Border` control.

- - + +

## Contributing