1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 20:01:08 +00:00

Fix resizing grip location. Closes #1146.

This commit is contained in:
sledgehammer999 2013-11-30 14:05:18 +02:00
parent 3f434570ea
commit 2b7c3a1547

View File

@ -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());