summary refs log tree commit diff
path: root/resources/qml/delegates
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-12-13 22:07:59 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-12-15 19:10:01 -0500
commit4a7e6d3f48ed2f39beae64a306ee6d8688b8c08b (patch)
tree73662ff13d1bf1cc628dec5aa71208777e0c5320 /resources/qml/delegates
parentMake notification count bubbles expand some more (diff)
downloadnheko-4a7e6d3f48ed2f39beae64a306ee6d8688b8c08b.tar.xz
Fix a few things
Diffstat (limited to 'resources/qml/delegates')
-rw-r--r--resources/qml/delegates/Encrypted.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/delegates/Encrypted.qml b/resources/qml/delegates/Encrypted.qml

index 0486737e..076b5a5e 100644 --- a/resources/qml/delegates/Encrypted.qml +++ b/resources/qml/delegates/Encrypted.qml
@@ -14,7 +14,7 @@ Rectangle { required property int encryptionError required property string eventId - radius: fontMetrics.xHeight + Nheko.paddingMedium + radius: fontMetrics.lineSpacing / 2 + Nheko.paddingMedium width: parent ? parent.width : undefined height: contents.implicitHeight + Nheko.paddingMedium * 2 color: Nheko.colors.alternateBase @@ -56,7 +56,7 @@ Rectangle { return qsTr("Unknown decryption error"); } } - color: Nheko.colors.buttonText + color: Nheko.colors.text width: parent ? parent.width : undefined }