delete margin

This commit is contained in:
Dobin Park 2021-09-27 20:10:36 +09:00
parent 0c4755706e
commit b07a4370dd

View file

@ -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" />