mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Enable word wrap for "Run external program" help text
This commit is contained in:
committed by
sledgehammer999
parent
3cd06c457a
commit
885f5b4bee
@@ -1319,7 +1319,11 @@
|
||||
<widget class="QLineEdit" name="autoRun_txt"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="autoRun_param"/>
|
||||
<widget class="QLabel" name="autoRun_param">
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user