search: Move close button to the right edge (see #665945)
[anjuta.git] / src / org.gnome.anjuta.gschema.xml.in
blob96e861160b12e558d4d518b2c59be4ccf30db45e
1 <schemalist>
2 <schema id="org.gnome.anjuta" path="/org/gnome/anjuta/">
3 <key name="toolbar-visible" type="b">
4 <default>true</default>
5 </key>
6 <key name="remembered-plugins" type="s">
7 <default>""</default>
8 </key>
9 <key name="session-skip-last" type="b">
10 <default>false</default>
11 </key>
12 <key name="session-skip-last-files" type="b">
13 <default>false</default>
14 </key>
15 <key name="gdl-style" type="s">
16 <choices>
17 <choice value="Text" />
18 <choice value="Icon" />
19 <choice value="Both" />
20 <choice value="Toolbar" />
21 <choice value="Tabs" />
22 </choices>
23 <default>"Both"</default>
24 </key>
25 <key name="toolbar-style" type="s">
26 <choices>
27 <choice value="Default" />
28 <choice value="Both" />
29 <choice value="Horiz" />
30 <choice value="Icons" />
31 <choice value="Text" />
32 </choices>
33 <default>"Default"</default>
34 </key>
35 </schema>
36 </schemalist>