summary refs log tree commit diff
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-01-22 19:18:56 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-01-22 19:18:56 -0500
commit7e374a205c56e2d0a89b3b622bad91e619a2e2d4 (patch)
tree842907c89c03b28e8cf250bb1956c6fe83bec32b
parentMove profile item to System (diff)
downloadnheko-7e374a205c56e2d0a89b3b622bad91e619a2e2d4.tar.xz
Fix UserProfile's behavior in dark theme
-rw-r--r--resources/qml/UserProfile.qml1
1 files changed, 1 insertions, 0 deletions
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