mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 17:00:17 +00:00
Fix some inconsistencies
This commit is contained in:
parent
21bf409929
commit
530e5f4078
1 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@
|
|||
Source="{Binding Image, Converter={StaticResource ByteImage}}" />
|
||||
<TextBlock
|
||||
HorizontalAlignment="Stretch"
|
||||
MaxWidth="96"
|
||||
MaxWidth="90"
|
||||
Text="{Binding Name}"
|
||||
TextAlignment="Center"
|
||||
TextWrapping="Wrap"
|
||||
|
@ -108,8 +108,8 @@
|
|||
<DataTemplate
|
||||
DataType="models:AddModel">
|
||||
<Panel
|
||||
Height="131"
|
||||
Width="110">
|
||||
Height="118"
|
||||
Width="96">
|
||||
<Button
|
||||
MinWidth="50"
|
||||
MinHeight="50"
|
||||
|
|
Loading…
Reference in a new issue