summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_region_debug_console.xml
blob: 8bc62f81898d1994beb8344bda5dd1d753fe2b41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
  name="region_debug_console"
  title="Region Debug"
  layout="topleft"
  min_height="300"
  min_width="300"
  height="400"
  width="600">
  <text_editor
  left="10"
   type="string"
   length="1"
   follows="left|top|right|bottom"
   font="Monospace"
   height="366"
   width="576"
   ignore_tab="false"
   layout="topleft"
   max_length="65536"
    track_end="true" 
   name="region_debug_console_output"
   show_line_numbers="false" 
   word_wrap="true">
  </text_editor>
  <line_editor
   border_style="line"
   border_thickness="1"
   follows="left|top|right"
   font="SansSerif"
   height="19"
   layout="topleft"
   bottom_delta="20"
   max_length="127"
   name="region_debug_console_input"
   top_delta="0"
   width="394" />
</floater>