mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 20:35:34 +00:00
Fix margins & alignment on XCI Trimmer View columns
This commit is contained in:
parent
d1a15251db
commit
c5f4a47184
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@
|
|||
<TextBlock
|
||||
Grid.Column="0"
|
||||
Margin="10,0,10,0"
|
||||
HorizontalAlignment="Left"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
MaxLines="1"
|
||||
Text="{Binding ., Converter={x:Static helpers:XCITrimmerFileStatusConverter.Instance}}">
|
||||
|
|
@ -180,7 +180,7 @@
|
|||
<TextBlock
|
||||
Grid.Column="1"
|
||||
Margin="10,0,10,0"
|
||||
HorizontalAlignment="Right"
|
||||
HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center"
|
||||
MaxLines="1"
|
||||
Text="{Binding ., Converter={x:Static helpers:XCITrimmerFileSpaceSavingsConverter.Instance}}">
|
||||
|
|
|
|||
Loading…
Reference in a new issue