From 2e3062d36418c05e7f62095a4579442caa3a2b7f Mon Sep 17 00:00:00 2001 From: Sebastian Schmelzer Date: Tue, 6 Dec 2011 16:20:02 +0100 Subject: bigger log dialog --- src/fbgui/html/js/networkDiscovery.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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'}); }, }); }; -- cgit v1.2.3-55-g7522