summaryrefslogtreecommitdiffstats
path: root/src/fbgui/html/js/networkDiscovery.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui/html/js/networkDiscovery.js')
-rw-r--r--src/fbgui/html/js/networkDiscovery.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fbgui/html/js/networkDiscovery.js b/src/fbgui/html/js/networkDiscovery.js
index 65574b0..10b4f19 100644
--- a/src/fbgui/html/js/networkDiscovery.js
+++ b/src/fbgui/html/js/networkDiscovery.js
@@ -49,13 +49,13 @@ var showLog = function (t) {
$("#nd_show_log_dialog").dialog(
{ buttons: { "Cancel": function() {
$(this).dialog("close");}},
- minWidth: 86%,
- maxHeight: 520,
+ minWidth: 920,
+ maxHeight: 620,
modal: true,
draggable: false,
- closeOnEscape: false,
+ closeOnEscape: true,
open: function(event, ui) {
- $(this).css({'max-height': 520, 'overflow-y': 'auto'});
+ $(this).css({'max-height': 620, 'overflow-y': 'auto'});
},
});
};