From 6a283190b38354b6e7c10139dfec691d927ebdac Mon Sep 17 00:00:00 2001 From: Evan Husted Date: Fri, 24 Jan 2025 22:24:02 -0600 Subject: [PATCH] Add the controller image back --- .../UI/Views/Input/ControllerInputView.axaml | 157 +++++++++--------- src/Ryujinx/UI/Windows/SettingsWindow.axaml | 2 +- 2 files changed, 83 insertions(+), 76 deletions(-) diff --git a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml index 2c96d8cae..7bb71b960 100644 --- a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml +++ b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml @@ -325,90 +325,97 @@ CornerRadius="5" Margin="0,10" MinHeight="90"> - - - - + + + + - + + Background="{DynamicResource ThemeBackgroundColor}"> + + + - - - - - - - + + + - + + Background="{DynamicResource ThemeBackgroundColor}"> + + + - - - - + + + - + + CornerRadius="5"> @@ -427,8 +434,8 @@ Minimum="0" Value="{Binding Config.TriggerThreshold, Mode=TwoWay}" /> + Width="25" + Text="{Binding Config.TriggerThreshold, StringFormat=\{0:0.00\}}" /> -