Don't get too large of corners

pull/841/head
Loren Burkholder 3 years ago
parent d15094b21e
commit b25cda6939
  1. 2
      resources/qml/delegates/Encrypted.qml

@ -14,7 +14,7 @@ Rectangle {
required property int encryptionError
required property string eventId
radius: height / 4
radius: fontMetrics.xHeight + Nheko.paddingMedium
width: parent ? parent.width : undefined
height: contents.implicitHeight + Nheko.paddingMedium * 2
color: Nheko.colors.alternateBase

Loading…
Cancel
Save