Skip to content

Commit

Permalink
Fix window properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Sep 26, 2023
1 parent 077389f commit 2889cba
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 2889cba

Please sign in to comment.