summary refs log tree commit diff
path: root/resources/qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-06-19 19:34:03 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-06-19 19:34:03 +0200
commitcded494cb5e02f8cff5828d4b1662a350bc31ae0 (patch)
tree0041fdf232c4e37fb31efeeb966144772e594cd3 /resources/qml
parentLower qt version used for emoji picker and scroll helper (diff)
downloadnheko-cded494cb5e02f8cff5828d4b1662a350bc31ae0.tar.xz
Try to make text rendering in qml sharper
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index f3d5d219..5494c1ba 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -134,6 +134,8 @@ Page { anchors.fill: parent } + pixelAligned: true + Shortcut { sequence: StandardKey.MoveToPreviousPage onActivated: { chat.contentY = chat.contentY - chat.height / 2; chat.returnToBounds(); }