From b0d3f1d06ff669c9e7af68080ae260207b8b10fb Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Mon, 25 Jan 2021 22:08:22 -0700 Subject: [PATCH] GUI Update: Fix controller input window to fit all images without scrolling (#1962) Currently, when configuring controller input with an "Xinput Controller" or "Unmapped Controller", the window does not fit the images for Pro Controller (width limited) or Joycon Pair (width and height limited). This PR proportionally enlarges the window so that no scrolling is ever necessary to fully see the controller image. --- Ryujinx/Ui/Windows/ControllerWindow.glade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx/Ui/Windows/ControllerWindow.glade b/Ryujinx/Ui/Windows/ControllerWindow.glade index 2143e9de8..d1ba42f4a 100644 --- a/Ryujinx/Ui/Windows/ControllerWindow.glade +++ b/Ryujinx/Ui/Windows/ControllerWindow.glade @@ -48,8 +48,8 @@ Ryujinx - Controller Settings True center - 1100 - 600 + 1150 + 690