mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ui: make fw dialog status label selectable
- Allow to select by mouse or keyboard the status messages of the firewall. - Enable word wrapping.
This commit is contained in:
parent
290ed40e8d
commit
e905163a03
1 changed files with 8 additions and 1 deletions
|
@ -451,6 +451,12 @@ QSlider::sub-page:horizontal {
|
|||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="textInteractionFlags">
|
||||
<set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
@ -463,7 +469,8 @@ QSlider::sub-page:horizontal {
|
|||
<string/>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="help-browser"/>
|
||||
<iconset theme="help-browser">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Add table
Reference in a new issue