diff options
| author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-08-26 17:09:15 -0700 |
|---|---|---|
| committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-08-26 17:09:15 -0700 |
| commit | 4b9abaaab9448df7e0773cdbaf1a5202a1f9e6c7 (patch) | |
| tree | bc68788a13c4180ed2424867548815aa74382b1d /indra/newview/skins | |
| parent | 816cf7db82f2e633631c334f44547714de6cbebc (diff) | |
Cleaned up the debug console a bit. Gave it a command history and proper scrolling to the bottom of the returned data.
Diffstat (limited to 'indra/newview/skins')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_region_debug_console.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_region_debug_console.xml b/indra/newview/skins/default/xui/en/floater_region_debug_console.xml index 591d77340a..cf95257b0a 100644 --- a/indra/newview/skins/default/xui/en/floater_region_debug_console.xml +++ b/indra/newview/skins/default/xui/en/floater_region_debug_console.xml @@ -6,7 +6,8 @@ min_height="300" min_width="300" height="400" - width="600"> + width="600" + default_tab_group="1"> <text_editor left="10" type="string" @@ -20,11 +21,14 @@ max_length="65536" name="region_debug_console_output" show_line_numbers="false" - word_wrap="true"> + word_wrap="true" + track_end="true" + read_only="true"> </text_editor> <line_editor border_style="line" border_thickness="1" + tab_group="1" follows="left|top|right" font="SansSerif" height="19" @@ -33,5 +37,5 @@ max_length="127" name="region_debug_console_input" top_delta="0" - width="394" /> + width="576" /> </floater> |
