mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Fix resizing grip location. Closes #1146.
This commit is contained in:
parent
3f434570ea
commit
2b7c3a1547
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ public:
|
|||
container->setContentsMargins(0, 0, 0, 1);
|
||||
bar->setContentsMargins(0, 0, 0, 0);
|
||||
container->setFixedHeight(dlSpeedLbl->fontMetrics().height()+7);
|
||||
bar->setContentsMargins(12, 0, 12, 0);
|
||||
bar->setFixedHeight(dlSpeedLbl->fontMetrics().height()+9);
|
||||
// Is DHT enabled
|
||||
DHTLbl->setVisible(pref.isDHTEnabled());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue