mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Don't get too large of corners
This commit is contained in:
parent
d15094b21e
commit
b25cda6939
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Rectangle {
|
||||||
required property int encryptionError
|
required property int encryptionError
|
||||||
required property string eventId
|
required property string eventId
|
||||||
|
|
||||||
radius: height / 4
|
radius: fontMetrics.xHeight + Nheko.paddingMedium
|
||||||
width: parent ? parent.width : undefined
|
width: parent ? parent.width : undefined
|
||||||
height: contents.implicitHeight + Nheko.paddingMedium * 2
|
height: contents.implicitHeight + Nheko.paddingMedium * 2
|
||||||
color: Nheko.colors.alternateBase
|
color: Nheko.colors.alternateBase
|
||||||
|
|
Loading…
Reference in a new issue