1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:27:58 +01:00

beautified most MOW output a little

This commit is contained in:
Martin Stubenschrott
2007-09-27 01:42:31 +00:00
parent 8e2775530d
commit 79305e43fa
3 changed files with 26 additions and 12 deletions

View File

@@ -200,7 +200,6 @@ function CommandLine() //{{{
var content_height = multiline_output_widget.contentDocument.height;
var height = content_height < available_height ? content_height : available_height;
//multiline_output_widget.style.height = height + "px";
multiline_output_widget.height = height + "px";
multiline_output_widget.collapsed = false;