mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Handling progress bar text painting ourselves because some styles really don't handle it well (cleanlooks...)
This commit is contained in:
@@ -158,7 +158,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent) {
|
||||
force_exit = false;
|
||||
// Resume unfinished torrents
|
||||
BTSession->resumeUnfinishedTorrents();
|
||||
// Load last columns width for download list
|
||||
// Load last columns width for download list
|
||||
if(!loadColWidthDLList()) {
|
||||
downloadList->header()->resizeSection(0, 200);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user