Fix notification width.

Allows for kinetic mouse scrolling.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-05-22 03:14:17 -05:00
parent 2a42bceaec
commit 9d9b57dae4
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -414,7 +414,7 @@ Rectangle {
color:"white"
font.pointSize: 12
readOnly: true
width: parent.width
width: parent.width * 0.8
selectByMouse: true
selectByKeyboard: true
height: parent.height
@ -427,7 +427,7 @@ Rectangle {
text: date
color:"white"
font.pointSize: 12
anchors.right: parent.children[0].right
anchors.right: parent.right
height: parent.height
wrapMode: Text.Wrap
horizontalAlignment: Text.AlignRight