Skip to content

Commit

Permalink
Implemented solution for issue #1900 (help/about dialog content selec…
Browse files Browse the repository at this point in the history
…table)
  • Loading branch information
Matthias Koefferlein committed Oct 19, 2024
1 parent 9cf3c52 commit 60294d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lay/lay/HelpAboutDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<property name="text">
<string>TextLabel</string>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 60294d9

Please sign in to comment.