mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Increase default height of 'Share ratio limit' dialog in WebUI
PR #20866.
This commit is contained in:
parent
4c57318e89
commit
455a04b68e
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ const initializeWindows = function() {
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
width: 424,
|
width: 424,
|
||||||
height: 175
|
height: 200
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue