fix win11light theme seperator margin

This commit is contained in:
Dobin Park 2021-09-28 16:50:28 +09:00
parent 91d21a73c8
commit 505b4cba89

View file

@ -242,8 +242,8 @@
</Style>
<Style x:Key="SeparatorStyle" BasedOn="{StaticResource BaseSeparatorStyle}" TargetType="{x:Type Rectangle}">
<Setter Property="Fill" Value="#eaeaea"/>
<Setter Property="Height" Value="1"/>
<Setter Property="Margin" Value="12 0 12 0"/>
<Setter Property="Height" Value="1"/>
<Setter Property="Margin" Value="12 0 12 8"/>
</Style>
<Style x:Key="ItemHotkeyStyle" TargetType="{x:Type TextBlock}">
<Setter Property="FontSize" Value="15" />
@ -253,8 +253,8 @@
<Setter Property="Visibility" Value="Collapsed" />
<Style.Triggers>
<DataTrigger Binding="{Binding ElementName=ResultListBox, Path=Visibility}" Value="Visible">
<Setter Property="Margin" Value="0 0 0 8" />
<Setter Property="Visibility" Value="Visible" />
<Setter Property="Margin" Value="12 0 12 8" />
</DataTrigger>
</Style.Triggers>
</Style>