mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Removed some too verbose debug
- Suppress a Qt warning about the layout in status bar
This commit is contained in:
@@ -60,7 +60,7 @@ private:
|
||||
public:
|
||||
StatusBar(QStatusBar *bar, bittorrent *BTSession): bar(bar), BTSession(BTSession) {
|
||||
container = new QWidget();
|
||||
layout = new QGridLayout(bar);
|
||||
layout = new QGridLayout(container);
|
||||
layout->setVerticalSpacing(0);
|
||||
layout->setContentsMargins(0,0,0,0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user