mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Make download + upload windows resizable
This commit is contained in:
parent
d1c4b1599a
commit
3f79726ab9
1 changed files with 0 additions and 3 deletions
|
@ -66,7 +66,6 @@ initializeWindows = function() {
|
||||||
loadMethod: 'iframe',
|
loadMethod: 'iframe',
|
||||||
contentURL: 'download.html',
|
contentURL: 'download.html',
|
||||||
scrollbars: true,
|
scrollbars: true,
|
||||||
resizable: false,
|
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
closable: true,
|
closable: true,
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
|
@ -93,7 +92,6 @@ initializeWindows = function() {
|
||||||
css: ['css/Tabs.css']
|
css: ['css/Tabs.css']
|
||||||
},
|
},
|
||||||
toolbarURL: 'preferences.html',
|
toolbarURL: 'preferences.html',
|
||||||
resizable: true,
|
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
closable: true,
|
closable: true,
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
|
@ -115,7 +113,6 @@ initializeWindows = function() {
|
||||||
loadMethod: 'iframe',
|
loadMethod: 'iframe',
|
||||||
contentURL: 'upload.html',
|
contentURL: 'upload.html',
|
||||||
scrollbars: true,
|
scrollbars: true,
|
||||||
resizable: false,
|
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
paddingVertical: 0,
|
paddingVertical: 0,
|
||||||
paddingHorizontal: 0,
|
paddingHorizontal: 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue