diff --git a/src/webui/preferences.html b/src/webui/preferences.html index f536ae199..7f753c51d 100644 --- a/src/webui/preferences.html +++ b/src/webui/preferences.html @@ -14,10 +14,10 @@
- + - +
_(Upload:)  _(KiB/s)_(Upload:)  _(KiB/s)
_(Download:)  _(KiB/s)_(Download:)  _(KiB/s)
@@ -28,13 +28,13 @@
- + - + - +
_(Global maximum number of connections:)_(Global maximum number of connections:)
_(Maximum number of connections per torrent:)_(Maximum number of connections per torrent:)
_(Maximum number of upload slots per torrent:)_(Maximum number of upload slots per torrent:)
@@ -50,6 +50,121 @@ +
+
+ \ No newline at end of file diff --git a/src/webui/scripts/mocha-init.js b/src/webui/scripts/mocha-init.js index e37afdcb7..17a0225f0 100644 --- a/src/webui/scripts/mocha-init.js +++ b/src/webui/scripts/mocha-init.js @@ -51,7 +51,7 @@ initializeWindows = function(){ paddingVertical: 0, paddingHorizontal: 0, width: 500, - height: 270 + height: 300 }); });