mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 01:57:07 -07:00
Enable word wrap for "Run external program" help text
This commit is contained in:
parent
c52a964a8a
commit
96ce409cd1
1 changed files with 5 additions and 1 deletions
|
@ -1319,7 +1319,11 @@
|
||||||
<widget class="QLineEdit" name="autoRun_txt"/>
|
<widget class="QLineEdit" name="autoRun_txt"/>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="autoRun_param"/>
|
<widget class="QLabel" name="autoRun_param">
|
||||||
|
<property name="wordWrap">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue