summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Schmelzer2011-12-06 16:20:02 +0100
committerSebastian Schmelzer2011-12-06 16:20:02 +0100
commit2e3062d36418c05e7f62095a4579442caa3a2b7f (patch)
tree10c8a0da22277a1b26e545e66909b131cb4776f2
parentremove obsolete debug msg prefixes (diff)
downloadfbgui-2e3062d36418c05e7f62095a4579442caa3a2b7f.tar.gz
fbgui-2e3062d36418c05e7f62095a4579442caa3a2b7f.tar.xz
fbgui-2e3062d36418c05e7f62095a4579442caa3a2b7f.zip
bigger log dialog
-rw-r--r--src/fbgui/html/js/networkDiscovery.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fbgui/html/js/networkDiscovery.js b/src/fbgui/html/js/networkDiscovery.js
index 2aaea11..65574b0 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: 600,
- maxHeight: 400,
+ minWidth: 86%,
+ maxHeight: 520,
modal: true,
draggable: false,
closeOnEscape: false,
open: function(event, ui) {
- $(this).css({'max-height': 400, 'overflow-y': 'auto'});
+ $(this).css({'max-height': 520, 'overflow-y': 'auto'});
},
});
};