mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 02:14:16 +00:00
Merge pull request #2229 from pmzqla/vertical-align
Vertical align right-aligned header text
This commit is contained in:
commit
d24b67f77b
@ -402,7 +402,7 @@ QVariant TorrentModel::headerData(int section, Qt::Orientation orientation,
|
|||||||
case TorrentModelItem::TR_RATIO:
|
case TorrentModelItem::TR_RATIO:
|
||||||
case TorrentModelItem::TR_PRIORITY:
|
case TorrentModelItem::TR_PRIORITY:
|
||||||
case TorrentModelItem::TR_LAST_ACTIVITY:
|
case TorrentModelItem::TR_LAST_ACTIVITY:
|
||||||
return Qt::AlignRight;
|
return QVariant(Qt::AlignRight | Qt::AlignVCenter);
|
||||||
default:
|
default:
|
||||||
return QAbstractListModel::headerData(section, orientation, role);
|
return QAbstractListModel::headerData(section, orientation, role);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user