mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-19 13:36:03 -04:00
Enabled openExternalLinks for comments feeds
* Changed reset icon for bw graph
This commit is contained in:
parent
5ad2342922
commit
47adb3946b
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>755</width>
|
||||
<height>144</height>
|
||||
<height>157</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
@ -454,6 +454,9 @@
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>755</width>
|
||||
<height>143</height>
|
||||
<height>157</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout_3">
|
||||
@ -339,6 +339,9 @@
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
|
@ -54,7 +54,7 @@
|
||||
#define IMG_AREA_GRAPH ":/images/16x16/graph-area.png"
|
||||
#define IMG_LINE_GRAPH ":/images/16x16/graph-line.png"
|
||||
#define IMG_SETTINGS ":/icons/system_128.png"
|
||||
#define IMG_CLEANUP ":/images/global_switch_off.png"
|
||||
#define IMG_CLEANUP ":/images/reset.png"
|
||||
#define IMG_SEND ":/images/go-up.png"
|
||||
#define IMG_RECEIVE ":/images/go-down.png"
|
||||
#define IMG_GRAPH_DARK ":/images/graph-line.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user