mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Updated Changelog / Todo
- Fixed a title boldness in torrent properties
This commit is contained in:
parent
95bc8e513a
commit
ab1d664f07
4 changed files with 11 additions and 5 deletions
|
@ -198,7 +198,7 @@ class misc : public QObject{
|
|||
// Take a number of seconds and return an user-friendly
|
||||
// time duration like "1d 2h 10m".
|
||||
static QString userFriendlyDuration(const long int seconds){
|
||||
if(seconds < 0){
|
||||
if(seconds <= 0){
|
||||
return QString::QString(tr("Unknown"));
|
||||
}
|
||||
if(seconds < 60){
|
||||
|
|
|
@ -71,6 +71,12 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupTorrentInfos" >
|
||||
<property name="font" >
|
||||
<font>
|
||||
<weight>75</weight>
|
||||
<bold>true</bold>
|
||||
</font>
|
||||
</property>
|
||||
<property name="title" >
|
||||
<string>Torrent infos</string>
|
||||
</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue