Fix right margins in Viewer filter panel, causing early wrapping

This commit is contained in:
chylex 2022-03-10 03:39:48 +01:00
parent 1ed26a16ea
commit f8331a571e
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

@ -15,6 +15,9 @@
<Setter Property="Margin" Value="0 20 40 0" />
<Setter Property="Spacing" Value="4" />
</Style>
<Style Selector="WrapPanel > StackPanel:nth-last-child(1)">
<Setter Property="Margin" Value="0 20 0 0" />
</Style>
<Style Selector="Grid > Label">
<Setter Property="VerticalAlignment" Value="Center" />
</Style>