mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- fixed column resizing in torrent addition dialog
This commit is contained in:
parent
6a95f9170c
commit
3e8ad9eb83
2 changed files with 1 additions and 2 deletions
|
@ -80,7 +80,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
|
|||
connect(actionHigh, SIGNAL(triggered()), this, SLOT(highSelection()));
|
||||
connect(actionMaximum, SIGNAL(triggered()), this, SLOT(maximumSelection()));
|
||||
torrentContentList->header()->resizeSection(0, 200);
|
||||
torrentContentList->header()->setResizeMode(0, QHeaderView::Stretch);
|
||||
//torrentContentList->header()->setResizeMode(0, QHeaderView::Stretch);
|
||||
QString home = QDir::homePath();
|
||||
if(home[home.length()-1] != QDir::separator()){
|
||||
home += QDir::separator();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue