mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Impove drawing speed of peers list when there are many peers.
This commit is contained in:
parent
01307b377e
commit
029505bf1d
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent):
|
|||
// Load settings
|
||||
loadSettings();
|
||||
// Visual settings
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
setItemsExpandable(false);
|
||||
setAllColumnsShowFocus(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue