mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
delete margin
This commit is contained in:
parent
0c4755706e
commit
b07a4370dd
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<Setter Property="BorderThickness" Value="0" />
|
||||
<Setter Property="CornerRadius" Value="0" />
|
||||
<Setter Property="Background" Value="#2F2F2F"></Setter>
|
||||
<Setter Property="Padding" Value="3 0 0 0" />
|
||||
<Setter Property="Padding" Value="0 0 0 0" />
|
||||
</Style>
|
||||
<Style x:Key="BaseWindowStyle" TargetType="{x:Type Window}">
|
||||
<Setter Property="Width" Value="596" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue