1 <?xml version="1.0" encoding="UTF-8"?>
3 <!-- interface-requires gtk+ 2.12 -->
4 <!-- interface-naming-policy toplevel-contextual -->
5 <object class="GtkDialog" id="store_preset">
6 <property name="visible">True</property>
7 <property name="title" translatable="yes">Store preset</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkVBox" id="dialog-vbox1">
11 <property name="visible">True</property>
12 <property name="spacing">5</property>
14 <object class="GtkHBox" id="hbox2">
15 <property name="visible">True</property>
17 <object class="GtkLabel" id="label2">
18 <property name="visible">True</property>
19 <property name="xpad">12</property>
20 <property name="label" translatable="yes"><b>_Preset name: </b></property>
21 <property name="use_markup">True</property>
22 <property name="use_underline">True</property>
25 <property name="expand">False</property>
26 <property name="fill">False</property>
27 <property name="position">0</property>
31 <object class="GtkComboBoxEntry" id="preset_name">
32 <property name="visible">True</property>
33 <property name="has_frame">False</property>
36 <property name="padding">15</property>
37 <property name="position">1</property>
42 <property name="padding">25</property>
43 <property name="position">2</property>
46 <child internal-child="action_area">
47 <object class="GtkHButtonBox" id="dialog-action_area1">
48 <property name="visible">True</property>
49 <property name="layout_style">end</property>
51 <object class="GtkButton" id="cancelbutton1">
52 <property name="label">gtk-cancel</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="can_default">True</property>
56 <property name="receives_default">False</property>
57 <property name="use_stock">True</property>
60 <property name="expand">False</property>
61 <property name="fill">False</property>
62 <property name="position">0</property>
66 <object class="GtkButton" id="okbutton1">
67 <property name="label">gtk-ok</property>
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="can_default">True</property>
71 <property name="receives_default">False</property>
72 <property name="use_stock">True</property>
75 <property name="expand">False</property>
76 <property name="fill">False</property>
77 <property name="position">1</property>
82 <property name="expand">False</property>
83 <property name="fill">False</property>
84 <property name="pack_type">end</property>
85 <property name="position">0</property>
91 <action-widget response="-6">cancelbutton1</action-widget>
92 <action-widget response="-5">okbutton1</action-widget>
95 <object class="GtkDialog" id="preferences">
96 <property name="border_width">5</property>
97 <property name="title" translatable="yes">Calf Preferences</property>
98 <property name="window_position">center</property>
99 <property name="type_hint">dialog</property>
100 <child internal-child="vbox">
101 <object class="GtkVBox" id="dialog-vbox2">
102 <property name="visible">True</property>
103 <property name="spacing">2</property>
105 <object class="GtkTable" id="table1">
106 <property name="visible">True</property>
107 <property name="homogeneous">True</property>
108 <property name="n_rows">4</property>
109 <property name="n_columns">2</property>
110 <property name="row_spacing">10</property>
111 <property name="column_spacing">15</property>
113 <object class="GtkLabel" id="prefs_label_rack_ears">
114 <property name="visible">True</property>
115 <property name="xalign">1.0</property>
116 <property name="label" translatable="yes">Show rack ears</property>
120 <object class="GtkCheckButton" id="show-rack-ears">
121 <property name="visible">True</property>
122 <property name="can_focus">True</property>
123 <property name="receives_default">False</property>
124 <property name="draw_indicator">True</property>
127 <property name="left_attach">1</property>
128 <property name="right_attach">2</property>
133 <object class="GtkLabel" id="prefs_label_vu_meters">
134 <property name="visible">True</property>
135 <property name="xalign">1.0</property>
136 <property name="label" translatable="yes">Show volume meters</property>
139 <property name="top_attach">1</property>
140 <property name="bottom_attach">2</property>
144 <object class="GtkCheckButton" id="show-vu-meters">
145 <property name="visible">True</property>
146 <property name="can_focus">True</property>
147 <property name="receives_default">False</property>
148 <property name="draw_indicator">True</property>
151 <property name="left_attach">1</property>
152 <property name="right_attach">2</property>
153 <property name="top_attach">1</property>
154 <property name="bottom_attach">2</property>
159 <object class="GtkLabel" id="prefs_label_rack_float">
160 <property name="visible">True</property>
161 <property name="xalign">1.0</property>
162 <property name="label" translatable="yes">Float (0=horiz / 1=vert)</property>
165 <property name="top_attach">2</property>
166 <property name="bottom_attach">3</property>
170 <object class="GtkSpinButton" id="rack-float">
171 <property name="visible">True</property>
172 <property name="can_focus">True</property>
173 <property name="invisible_char">●</property>
176 <property name="left_attach">1</property>
177 <property name="right_attach">2</property>
178 <property name="top_attach">2</property>
179 <property name="bottom_attach">3</property>
184 <object class="GtkLabel" id="prefs_label_float_size">
185 <property name="visible">True</property>
186 <property name="xalign">1.0</property>
187 <property name="label" translatable="yes">Float Size</property>
190 <property name="top_attach">3</property>
191 <property name="bottom_attach">4</property>
195 <object class="GtkSpinButton" id="float-size">
196 <property name="visible">True</property>
197 <property name="can_focus">True</property>
198 <property name="invisible_char">●</property>
201 <property name="left_attach">1</property>
202 <property name="right_attach">2</property>
203 <property name="top_attach">3</property>
204 <property name="bottom_attach">4</property>
209 <object class="GtkLabel" id="prefs_label_style">
210 <property name="visible">True</property>
211 <property name="xalign">1.0</property>
212 <property name="label" translatable="yes">Style (needs restart)</property>
215 <property name="top_attach">4</property>
216 <property name="bottom_attach">5</property>
220 <object class="GtkComboBox" id="rcstyles">
221 <property name="visible">True</property>
222 <property name="can_focus">True</property>
223 <property name="receives_default">False</property>
226 <property name="left_attach">1</property>
227 <property name="right_attach">2</property>
228 <property name="top_attach">4</property>
229 <property name="bottom_attach">5</property>
235 <property name="position">1</property>
238 <child internal-child="action_area">
239 <object class="GtkHButtonBox" id="dialog-action_area2">
240 <property name="visible">True</property>
241 <property name="layout_style">end</property>
243 <object class="GtkButton" id="prefs_cancel">
244 <property name="label">gtk-cancel</property>
245 <property name="visible">True</property>
246 <property name="can_focus">True</property>
247 <property name="receives_default">False</property>
248 <property name="use_stock">True</property>
251 <property name="expand">True</property>
252 <property name="fill">True</property>
253 <property name="position">0</property>
257 <object class="GtkButton" id="prefs_ok">
258 <property name="label">gtk-ok</property>
259 <property name="visible">True</property>
260 <property name="can_focus">True</property>
261 <property name="receives_default">True</property>
262 <property name="use_stock">True</property>
265 <property name="expand">True</property>
266 <property name="fill">True</property>
267 <property name="position">1</property>
272 <property name="expand">False</property>
273 <property name="pack_type">end</property>
274 <property name="position">0</property>
280 <action-widget response="-6">prefs_cancel</action-widget>
281 <action-widget response="-5">prefs_ok</action-widget>