From 03bb81370c7e74df662cb89fc3112f0d217b35c6 Mon Sep 17 00:00:00 2001 From: Alexey Rusakov Date: Sun, 22 Oct 2023 20:39:15 +0200 Subject: [PATCH] Timeline.qml: fix last pixels of the room name being trimmed --- client/qml/Timeline.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/qml/Timeline.qml b/client/qml/Timeline.qml index 05d46b98..5be32c38 100644 --- a/client/qml/Timeline.qml +++ b/client/qml/Timeline.qml @@ -72,10 +72,11 @@ Page { TextArea { id: roomName - width: roomNameMetrics.advanceWidth + width: roomNameMetrics.advanceWidth + leftPadding height: roomNameMetrics.height clip: true padding: 0 + leftPadding: 2 TextMetrics { id: roomNameMetrics