Add the controller image back

This commit is contained in:
Evan Husted 2025-01-24 22:24:02 -06:00
parent 85547874c8
commit 6a283190b3
2 changed files with 83 additions and 76 deletions

View File

@ -325,6 +325,13 @@
CornerRadius="5" CornerRadius="5"
Margin="0,10" Margin="0,10"
MinHeight="90"> MinHeight="90">
<StackPanel Orientation="Vertical">
<Image
Margin="5,10"
MaxHeight="300"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="{Binding Image}" />
<StackPanel <StackPanel
Margin="10" Margin="10"
Orientation="Horizontal" Orientation="Horizontal"
@ -403,12 +410,12 @@
</Canvas> </Canvas>
</Border> </Border>
</StackPanel> </StackPanel>
</StackPanel>
</Border> </Border>
<Border <Border
BorderBrush="{DynamicResource ThemeControlBorderColor}" BorderBrush="{DynamicResource ThemeControlBorderColor}"
BorderThickness="1" BorderThickness="1"
CornerRadius="5" CornerRadius="5">
MinHeight="90">
<StackPanel <StackPanel
Margin="8" Margin="8"
Orientation="Vertical"> Orientation="Vertical">

View File

@ -11,7 +11,7 @@
xmlns:settings="clr-namespace:Ryujinx.Ava.UI.Views.Settings" xmlns:settings="clr-namespace:Ryujinx.Ava.UI.Views.Settings"
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers" xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
Width="1100" Width="1100"
Height="768" Height="850"
MinWidth="800" MinWidth="800"
MinHeight="480" MinHeight="480"
WindowStartupLocation="CenterOwner" WindowStartupLocation="CenterOwner"