Skip to content

Commit 2f063c4

Browse files
committed
startpage: Make loading results error label selectable by mouse
Allows to copy an error text to e.g. search for it.
1 parent 4e546e3 commit 2f063c4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/startpage.ui

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
<property name="alignment">
162162
<set>Qt::AlignCenter</set>
163163
</property>
164+
<property name="textInteractionFlags">
165+
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
166+
</property>
164167
</widget>
165168
</item>
166169
</layout>

0 commit comments

Comments
 (0)