mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Base.xaml- Remove BaseWindowStyle min & max width.
Main search window width control by grid width for shadow effect
This commit is contained in:
parent
70b090e154
commit
eb938ce584
1 changed files with 0 additions and 2 deletions
|
|
@ -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}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue