Skip to content

Commit

Permalink
[Qt] make warnings label selectable
Browse files Browse the repository at this point in the history
Github-Pull: bitcoin#8972
Rebased-From: ef0c9ee
  • Loading branch information
jonasschnelli authored and luke-jr committed Dec 2, 2016
1 parent 106da69 commit 6f86b53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qt/forms/overviewpage.ui
Expand Up @@ -20,14 +20,17 @@
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;</string>
<string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="margin">
<number>3</number>
</property>
<property name="textInteractionFlags">
<set>Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 6f86b53

Please sign in to comment.