summaryrefslogtreecommitdiffstats
path: root/src/fbgui/html/js
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-06 16:51:46 +0100
committerSebastian Schmelzer2011-12-06 16:51:46 +0100
commit2b23951018043146001b49d71eb056fa111638e0 (patch)
treef6ede13fd9efeb97adaa93d7aded6577087204f0 /src/fbgui/html/js
parentbigger log dialog (diff)
downloadfbgui-2b23951018043146001b49d71eb056fa111638e0.tar.gz
fbgui-2b23951018043146001b49d71eb056fa111638e0.tar.xz
fbgui-2b23951018043146001b49d71eb056fa111638e0.zip
cleanup logging stuff
Diffstat (limited to 'src/fbgui/html/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'});
},
});
};