Added stock items to menus.
[rox-edit.git] / Options.xml
blobb819f57c277b0621daa8d76914d9e19f8f1a07bb
1 <?xml version='1.0'?>
2 <options>
3   <section title='Display'>
4     <frame label='Fonts'>
5       <font name='default_font' label='Text font'>
6         Font used for normal text.
7       </font>
8     </frame>
9     
10     <frame label='Colours'>
11       <colour name='background' label='Background colour'/>
12       <colour name='foreground' label='Foreground colour'/>
13     </frame>
14   </section>
16   <section title='Editing'>
17     <toggle name='autoindent' label='Automatic indentation'>
18         When you press Return, the next line starts with the same amount of indentation as the previous line.
19     </toggle>
20   </section>
21 </options>