From 279c23f5aa5127e76e7793082088afee6384ed65 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 25 Jan 2022 18:26:15 +0100 Subject: [PATCH] Elide header text too Otherwise it just overlaps with the next column. Contributes to issue CURA-8686. --- plugins/DigitalLibrary/resources/qml/Table.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/DigitalLibrary/resources/qml/Table.qml b/plugins/DigitalLibrary/resources/qml/Table.qml index d8ea65c992..5ace6a823a 100644 --- a/plugins/DigitalLibrary/resources/qml/Table.qml +++ b/plugins/DigitalLibrary/resources/qml/Table.qml @@ -51,6 +51,7 @@ Item text: modelData font: UM.Theme.getFont("medium_bold") color: UM.Theme.getColor("text") + elide: Text.ElideRight } Rectangle {