Skip to content

Commit d736a6e

Browse files
committed
Merge #8972: [Qt] make warnings label selectable (jonasschnelli)
ef0c9ee [Qt] make warnings label selectable (Jonas Schnelli)
2 parents b2df292 + ef0c9ee commit d736a6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/qt/forms/overviewpage.ui

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@
2020
<bool>false</bool>
2121
</property>
2222
<property name="styleSheet">
23-
<string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;</string>
23+
<string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
2424
</property>
2525
<property name="wordWrap">
2626
<bool>true</bool>
2727
</property>
2828
<property name="margin">
2929
<number>3</number>
3030
</property>
31+
<property name="textInteractionFlags">
32+
<set>Qt::TextSelectableByMouse</set>
33+
</property>
3134
</widget>
3235
</item>
3336
<item>

0 commit comments

Comments
 (0)