Base.xaml- Remove BaseWindowStyle min & max width.

Main search window width control by grid width for shadow effect
This commit is contained in:
Jeremy Wu 2020-05-05 21:26:04 +10:00
parent 70b090e154
commit eb938ce584

View file

@ -37,8 +37,6 @@
<Setter Property="Padding" Value="8 10 8 8" />
</Style>
<Style x:Key="BaseWindowStyle" TargetType="{x:Type Window}">
<Setter Property="Width" Value="800" />
<Setter Property="MaxWidth" Value="800" />
</Style>
<Style x:Key="BasePendingLineStyle" TargetType="{x:Type Line}">