1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.1 -->
3<interface>
4  <requires lib="gtk+" version="3.12"/>
5  <template class="GitgDiffViewOptions" parent="GtkToolbar">
6    <property name="visible">True</property>
7    <property name="can_focus">False</property>
8    <child>
9      <object class="GtkSeparatorToolItem" id="separator_tool_item1">
10        <property name="visible">True</property>
11        <property name="can_focus">False</property>
12        <property name="draw">False</property>
13      </object>
14      <packing>
15        <property name="expand">True</property>
16      </packing>
17    </child>
18    <child>
19      <object class="GtkToolItem" id="tool_item_context">
20        <property name="visible">True</property>
21        <property name="can_focus">False</property>
22        <child>
23          <object class="GtkGrid" id="grid_context">
24            <property name="visible">True</property>
25            <property name="can_focus">False</property>
26            <property name="column_spacing">6</property>
27            <child>
28              <object class="GtkLabel" id="label_context">
29                <property name="visible">True</property>
30                <property name="can_focus">False</property>
31                <property name="label" translatable="yes">Context:</property>
32              </object>
33              <packing>
34                <property name="left_attach">0</property>
35                <property name="top_attach">0</property>
36              </packing>
37            </child>
38            <child>
39              <object class="GtkSpinButton" id="spin_button_context">
40                <property name="visible">True</property>
41                <property name="can_focus">True</property>
42                <property name="adjustment">adjustment_context</property>
43              </object>
44              <packing>
45                <property name="left_attach">1</property>
46                <property name="top_attach">0</property>
47              </packing>
48            </child>
49          </object>
50        </child>
51      </object>
52    </child>
53    <child>
54      <object class="GtkSeparatorToolItem" id="separator_tool_item2">
55        <property name="visible">True</property>
56        <property name="can_focus">False</property>
57      </object>
58    </child>
59    <child>
60      <object class="GtkToolButton" id="tool_button_spacing">
61        <property name="visible">True</property>
62        <property name="can_focus">False</property>
63        <property name="label" translatable="yes">Spacing</property>
64        <property name="use_underline">True</property>
65        <signal name="clicked" handler="clicked_on_tool_button_spacing"/>
66      </object>
67    </child>
68  </template>
69  <object class="GtkAdjustment" id="adjustment_context">
70    <property name="upper">12</property>
71    <property name="value">3</property>
72    <property name="step_increment">1</property>
73    <property name="page_increment">3</property>
74  </object>
75</interface>
76