From 1500681405804b932761db7a0182d498894ad81c Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Wed, 2 Aug 2023 12:38:16 +0200 Subject: Fix ellipsis being outside of viewport in list Some list widget items have lines which where horizontally extending outside of the viewport, creating a horizontal scrollbar and placing ellipsis outside of the visible area. This commit fixes this problem by making sure that ellipsis are placed at the end of the visible lines, made possible by forbidding horizontal scroll bars which forbids horizontal scrolling (hopefully this is not a bug as I don't see any similar property that can be adjusted). --- src/mainwindow.ui | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/mainwindow.ui b/src/mainwindow.ui index f4bd5a0..cd351d4 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -31,6 +31,9 @@ + + Qt::ScrollBarAlwaysOff + true -- cgit v1.2.3-54-g00ecf