Skip to content

Commit

Permalink
Merge pull request #772 from Nice3point/development_fix_fluentwindow
Browse files Browse the repository at this point in the history
Fix FluentWindow behaviour
  • Loading branch information
pomianowski authored Oct 9, 2023
2 parents e67fe1e + 2889cba commit 66929e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Wpf.Ui/Controls/FluentWindow/FluentWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ public FluentWindow()
static FluentWindow()
{
DefaultStyleKeyProperty.OverrideMetadata(typeof(FluentWindow), new FrameworkPropertyMetadata(typeof(FluentWindow)));
HeightProperty.OverrideMetadata(typeof(FluentWindow), new FrameworkPropertyMetadata(600d));
WidthProperty.OverrideMetadata(typeof(FluentWindow), new FrameworkPropertyMetadata(1100d));
MinHeightProperty.OverrideMetadata(typeof(FluentWindow), new FrameworkPropertyMetadata(320d));
MinWidthProperty.OverrideMetadata(typeof(FluentWindow), new FrameworkPropertyMetadata(460d));
}

/// <inheritdoc />
Expand Down

0 comments on commit 66929e2

Please sign in to comment.