mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix resizing grip location. Closes #1146.
This commit is contained in:
@@ -126,7 +126,6 @@ public:
|
|||||||
container->setContentsMargins(0, 0, 0, 1);
|
container->setContentsMargins(0, 0, 0, 1);
|
||||||
bar->setContentsMargins(0, 0, 0, 0);
|
bar->setContentsMargins(0, 0, 0, 0);
|
||||||
container->setFixedHeight(dlSpeedLbl->fontMetrics().height()+7);
|
container->setFixedHeight(dlSpeedLbl->fontMetrics().height()+7);
|
||||||
bar->setContentsMargins(12, 0, 12, 0);
|
|
||||||
bar->setFixedHeight(dlSpeedLbl->fontMetrics().height()+9);
|
bar->setFixedHeight(dlSpeedLbl->fontMetrics().height()+9);
|
||||||
// Is DHT enabled
|
// Is DHT enabled
|
||||||
DHTLbl->setVisible(pref.isDHTEnabled());
|
DHTLbl->setVisible(pref.isDHTEnabled());
|
||||||
|
|||||||
Reference in New Issue
Block a user