ux: right margin of filter toggle button (#875)

This commit is contained in:
leo 2025-01-08 11:14:17 +08:00
parent df422b2219
commit eea3d5db6c
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@
<!-- Filter Mode Switcher -->
<v:FilterModeSwitchButton Grid.Column="3"
Margin="0,0,8,0"
Margin="0,0,12,0"
Mode="{Binding FilterMode}"/>
</Grid>
</Grid>