From 7e374a205c56e2d0a89b3b622bad91e619a2e2d4 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Fri, 22 Jan 2021 19:18:56 -0500 Subject: [PATCH] Fix UserProfile's behavior in dark theme --- resources/qml/UserProfile.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/UserProfile.qml b/resources/qml/UserProfile.qml index 17e698d6..8328f4a5 100644 --- a/resources/qml/UserProfile.qml +++ b/resources/qml/UserProfile.qml @@ -14,6 +14,7 @@ ApplicationWindow { width: 420 minimumHeight: 420 palette: colors + color: colors.window ColumnLayout { id: contentL