From 0feb3c195cd0c8ef5540bf167a75ee3b7d86871f Mon Sep 17 00:00:00 2001
From: lat9nq <22451773+lat9nq@users.noreply.github.com>
Date: Tue, 15 Nov 2022 17:58:06 -0500
Subject: [PATCH] configure_profile_manager: Remove profile picture border
The border adds its own width at least on Linux which causes the icon to
be offset by 1px, and cropped by 2px on the bottom and right sides.
---
src/yuzu/configuration/configure_profile_manager.ui | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/yuzu/configuration/configure_profile_manager.ui b/src/yuzu/configuration/configure_profile_manager.ui
index cfe7478c88..bd6dea4f4b 100644
--- a/src/yuzu/configuration/configure_profile_manager.ui
+++ b/src/yuzu/configuration/configure_profile_manager.ui
@@ -57,6 +57,12 @@
48
+
+ QFrame::NoFrame
+
+
+ QFrame::Plain
+
Qt::ScrollBarAlwaysOff