mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
Change width of columns in search tab. Closes #764
This commit is contained in:
@@ -110,7 +110,7 @@ bool SearchTab::loadColWidthResultsList() {
|
||||
if (line.isEmpty())
|
||||
return false;
|
||||
QStringList width_list = line.split(' ');
|
||||
if (width_list.size() < SearchListModel->columnCount())
|
||||
if (width_list.size() > SearchListModel->columnCount())
|
||||
return false;
|
||||
unsigned int listSize = width_list.size();
|
||||
for (unsigned int i=0; i<listSize; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user