mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-22 09:16:05 +03:00
- Added some boldness in torrent addition dialog
This commit is contained in:
parent
64369b60b7
commit
1014d8b862
1 changed files with 12 additions and 0 deletions
|
@ -35,6 +35,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="savePathLbl" >
|
||||
<property name="font" >
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Save path:</string>
|
||||
</property>
|
||||
|
@ -62,6 +68,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="torrentContentLbl" >
|
||||
<property name="font" >
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Torrent content:</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue