Browse Source

- Added some boldness in torrent addition dialog

adaptive-webui-19844
Christophe Dumez 18 years ago
parent
commit
1014d8b862
  1. 12
      src/addTorrentDialog.ui

12
src/addTorrentDialog.ui

@ -35,6 +35,12 @@ @@ -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 @@ @@ -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…
Cancel
Save