Skip to content

Commit

Permalink
Merge pull request #1905 from KLayout/feature/issue-1900
Browse files Browse the repository at this point in the history
Implemented solution for issue #1900 (help/about dialog content selec…
  • Loading branch information
klayoutmatthias authored Oct 19, 2024
2 parents 9cf3c52 + 60294d9 commit 7c13ab1
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 7c13ab1

Please sign in to comment.