Skip to content

Commit

Permalink
Disable cursor blink in version info
Browse files Browse the repository at this point in the history
  • Loading branch information
vtronko committed Jul 15, 2016
1 parent 4c0f680 commit 109ead9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AboutDialog.ui
Expand Up @@ -50,7 +50,7 @@
<number>5</number>
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
<set>Qt::NoTextInteraction</set>
</property>
</widget>
</item>
Expand Down

0 comments on commit 109ead9

Please sign in to comment.