]> git.lyx.org Git - features.git/commitdiff
Make text selectable in Help > About LyX > Version
authorScott Kostyshak <skostysh@lyx.org>
Tue, 2 Oct 2012 09:39:57 +0000 (05:39 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 2 Oct 2012 09:39:57 +0000 (05:39 -0400)
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.

src/frontends/qt4/ui/AboutUi.ui

index 774ca6318dd9ebf17bc7babf635ec0a9eff53d3e..5333a7ffccca4758ea1d608234cce544be133c8f 100644 (file)
@@ -55,6 +55,9 @@
          <property name="margin" >
           <number>6</number>
          </property>
+         <property name="textInteractionFlags">
+          <set>Qt::TextSelectableByMouse</set>
+         </property>
         </widget>
        </item>
       </layout>