mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +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"
|
color:"white"
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
readOnly: true
|
readOnly: true
|
||||||
width: parent.width
|
width: parent.width * 0.8
|
||||||
selectByMouse: true
|
selectByMouse: true
|
||||||
selectByKeyboard: true
|
selectByKeyboard: true
|
||||||
height: parent.height
|
height: parent.height
|
||||||
|
@ -427,7 +427,7 @@ Rectangle {
|
||||||
text: date
|
text: date
|
||||||
color:"white"
|
color:"white"
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
anchors.right: parent.children[0].right
|
anchors.right: parent.right
|
||||||
height: parent.height
|
height: parent.height
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
|
|
Loading…
Reference in a new issue