mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 07:12:51 +02:00
Fix notification width.
Allows for kinetic mouse scrolling. Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
2a42bceaec
commit
9d9b57dae4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue