mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 20: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}}" />
|
Source="{Binding Image, Converter={StaticResource ByteImage}}" />
|
||||||
<TextBlock
|
<TextBlock
|
||||||
HorizontalAlignment="Stretch"
|
HorizontalAlignment="Stretch"
|
||||||
MaxWidth="96"
|
MaxWidth="90"
|
||||||
Text="{Binding Name}"
|
Text="{Binding Name}"
|
||||||
TextAlignment="Center"
|
TextAlignment="Center"
|
||||||
TextWrapping="Wrap"
|
TextWrapping="Wrap"
|
||||||
|
@ -108,8 +108,8 @@
|
||||||
<DataTemplate
|
<DataTemplate
|
||||||
DataType="models:AddModel">
|
DataType="models:AddModel">
|
||||||
<Panel
|
<Panel
|
||||||
Height="131"
|
Height="118"
|
||||||
Width="110">
|
Width="96">
|
||||||
<Button
|
<Button
|
||||||
MinWidth="50"
|
MinWidth="50"
|
||||||
MinHeight="50"
|
MinHeight="50"
|
||||||
|
|
Loading…
Reference in a new issue