Make text selectable in Help > About LyX > Version

This might encourage users to post this information when reporting bugs
and sometimes it's useful to be able to copy the paths of the Library
and User directories.
This commit is contained in:
Scott Kostyshak 2012-10-02 05:39:57 -04:00
parent ad827243fc
commit 3b9c75ce27

View File

@ -55,6 +55,9 @@
<property name="margin" >
<number>6</number>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>