diff --git a/src/webui/www/private/rename.html b/src/webui/www/private/rename.html
index c530e313c..1284812db 100644
--- a/src/webui/www/private/rename.html
+++ b/src/webui/www/private/rename.html
@@ -65,7 +65,7 @@
QBT_TR(New name)QBT_TR[CONTEXT=TransferListWidget]:
-
+
diff --git a/src/webui/www/private/scripts/mocha-init.js b/src/webui/www/private/scripts/mocha-init.js
index 2576673ab..643585b08 100644
--- a/src/webui/www/private/scripts/mocha-init.js
+++ b/src/webui/www/private/scripts/mocha-init.js
@@ -489,7 +489,7 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("setlocation.html").setData("hashes", hashes.join('|')).setData("path", row.full_data.save_path).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
@@ -511,11 +511,11 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("rename.html").setData("hash", hash).setData("name", row.full_data.name).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
- width: 250,
+ width: 400,
height: 100
});
}
@@ -532,11 +532,11 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("newcategory.html").setData("action", action).setData("hashes", hashes.join('|')).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
- width: 250,
+ width: 400,
height: 150
});
}
@@ -567,11 +567,11 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("newcategory.html").setData("action", action).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
- width: 250,
+ width: 400,
height: 150
});
updateMainData();
@@ -587,11 +587,11 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI('newcategory.html').setData("action", action).setData("categoryName", categoryName).setData("savePath", savePath).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
- width: 250,
+ width: 400,
height: 150
});
updateMainData();
@@ -682,7 +682,7 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("newtag.html").setData("action", action).setData("hashes", hashes.join("|")).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
@@ -728,7 +728,7 @@ const initializeWindows = function() {
loadMethod: 'iframe',
contentURL: new URI("newtag.html").setData("action", action).toString(),
scrollbars: false,
- resizable: false,
+ resizable: true,
maximizable: false,
paddingVertical: 0,
paddingHorizontal: 0,
diff --git a/src/webui/www/private/setlocation.html b/src/webui/www/private/setlocation.html
index 6c7df6270..68122fa43 100644
--- a/src/webui/www/private/setlocation.html
+++ b/src/webui/www/private/setlocation.html
@@ -68,8 +68,8 @@