mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Fix to last commit
This commit is contained in:
@@ -138,7 +138,8 @@ void torrentAdditionDialog::limitDialogWidth() {
|
||||
|
||||
QRect desk(QApplication::desktop()->availableGeometry(scrn));
|
||||
int max_width = desk.width();
|
||||
setMaximumWidth(max_width);
|
||||
if(max_width > 0)
|
||||
setMaximumWidth(max_width);
|
||||
}
|
||||
|
||||
void torrentAdditionDialog::hideTorrentContent() {
|
||||
|
||||
Reference in New Issue
Block a user