diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2022-11-15 17:58:06 -0500 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2022-11-15 18:11:58 -0500 |
commit | 8ca02794c5723d0b678610b3a1a90bba9e703bb0 (patch) | |
tree | 20be242ea9dc803ed5b62c3243d1a6a18b5c5ec7 | |
parent | ef5184cf1cddffbd5f10657e3e6bf7c957ddd628 (diff) |
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.
-rw-r--r-- | src/yuzu/configuration/configure_profile_manager.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_profile_manager.ui b/src/yuzu/configuration/configure_profile_manager.ui index cfe7478c8..bd6dea4f4 100644 --- a/src/yuzu/configuration/configure_profile_manager.ui +++ b/src/yuzu/configuration/configure_profile_manager.ui @@ -57,6 +57,12 @@ <height>48</height> </size> </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> |