mirror of https://github.com/KLayout/klayout.git
Implemented solution for issue #1900 (help/about dialog content selectable)
This commit is contained in:
parent
9cf3c528a3
commit
60294d9226
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue