~strainanalyser/strainanalyser/trunk

« back to all changes in this revision

Viewing changes to strainanalyser/datasetdiff.xml

  • Committer: Malcolm Scott
  • Date: 2010-10-18 03:33:13 UTC
  • Revision ID: launchpad@malc.org.uk-20101018033313-vg5od2vh9hgy265x
Tweak widget spacing

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
                  </packing>
212
212
                </child>
213
213
                <child>
214
 
                  <object class="GtkAlignment" id="alignment2">
 
214
                  <object class="GtkVBox" id="vbox3">
215
215
                    <property name="visible">True</property>
216
 
                    <property name="left_padding">12</property>
 
216
                    <property name="spacing">5</property>
217
217
                    <child>
218
 
                      <object class="GtkVBox" id="vbox3">
 
218
                      <object class="GtkExpander" id="expander2">
219
219
                        <property name="visible">True</property>
220
 
                        <property name="spacing">5</property>
 
220
                        <property name="can_focus">True</property>
 
221
                        <property name="expanded">True</property>
221
222
                        <child>
222
 
                          <object class="GtkExpander" id="expander2">
 
223
                          <object class="GtkAlignment" id="alignment5">
223
224
                            <property name="visible">True</property>
224
 
                            <property name="can_focus">True</property>
225
 
                            <property name="expanded">True</property>
 
225
                            <property name="left_padding">12</property>
226
226
                            <child>
227
 
                              <object class="GtkAlignment" id="alignment5">
228
 
                                <property name="visible">True</property>
229
 
                                <property name="left_padding">12</property>
230
 
                                <child>
231
 
                                  <object class="GtkVBox" id="vbox1">
232
 
                                    <property name="visible">True</property>
233
 
                                    <child>
234
 
                                      <object class="GtkCheckButton" id="noisefilt">
235
 
                                        <property name="label" translatable="yes">Enable Savitzky-Golay smoothing filter</property>
236
 
                                        <property name="visible">True</property>
237
 
                                        <property name="can_focus">True</property>
238
 
                                        <property name="receives_default">False</property>
239
 
                                        <property name="active">True</property>
240
 
                                        <property name="draw_indicator">True</property>
241
 
                                        <signal name="toggled" handler="on_noisefilt_toggled"/>
242
 
                                      </object>
243
 
                                      <packing>
244
 
                                        <property name="fill">False</property>
245
 
                                        <property name="position">0</property>
246
 
                                      </packing>
247
 
                                    </child>
248
 
                                    <child>
249
 
                                      <object class="GtkTable" id="table1">
250
 
                                        <property name="visible">True</property>
251
 
                                        <property name="n_rows">2</property>
252
 
                                        <property name="n_columns">2</property>
253
 
                                        <child>
254
 
                                          <object class="GtkLabel" id="noisefilt_order_label">
255
 
                                            <property name="visible">True</property>
256
 
                                            <property name="label" translatable="yes">Order:</property>
257
 
                                          </object>
258
 
                                          <packing>
259
 
                                            <property name="x_options">GTK_FILL</property>
260
 
                                            <property name="y_options">GTK_FILL</property>
261
 
                                            <property name="x_padding">3</property>
262
 
                                          </packing>
263
 
                                        </child>
264
 
                                        <child>
265
 
                                          <object class="GtkLabel" id="noisefilt_kernel_label">
266
 
                                            <property name="visible">True</property>
267
 
                                            <property name="label" translatable="yes">Kernel:</property>
268
 
                                          </object>
269
 
                                          <packing>
270
 
                                            <property name="top_attach">1</property>
271
 
                                            <property name="bottom_attach">2</property>
272
 
                                            <property name="x_options">GTK_FILL</property>
273
 
                                            <property name="y_options">GTK_FILL</property>
274
 
                                            <property name="x_padding">3</property>
275
 
                                          </packing>
276
 
                                        </child>
277
 
                                        <child>
278
 
                                          <object class="GtkHScale" id="noisefilt_order_slider">
279
 
                                            <property name="visible">True</property>
280
 
                                            <property name="can_focus">True</property>
281
 
                                            <property name="adjustment">noisefilt_order</property>
282
 
                                            <property name="digits">0</property>
283
 
                                            <property name="value_pos">right</property>
284
 
                                          </object>
285
 
                                          <packing>
286
 
                                            <property name="left_attach">1</property>
287
 
                                            <property name="right_attach">2</property>
288
 
                                            <property name="y_options">GTK_FILL</property>
289
 
                                          </packing>
290
 
                                        </child>
291
 
                                        <child>
292
 
                                          <object class="GtkHScale" id="noisefilt_kernel_slider">
293
 
                                            <property name="visible">True</property>
294
 
                                            <property name="can_focus">True</property>
295
 
                                            <property name="adjustment">noisefilt_kernel</property>
296
 
                                            <property name="digits">0</property>
297
 
                                            <property name="value_pos">right</property>
298
 
                                          </object>
299
 
                                          <packing>
300
 
                                            <property name="left_attach">1</property>
301
 
                                            <property name="right_attach">2</property>
302
 
                                            <property name="top_attach">1</property>
303
 
                                            <property name="bottom_attach">2</property>
304
 
                                            <property name="y_options">GTK_FILL</property>
305
 
                                          </packing>
306
 
                                        </child>
307
 
                                      </object>
308
 
                                      <packing>
309
 
                                        <property name="expand">False</property>
310
 
                                        <property name="position">1</property>
311
 
                                      </packing>
312
 
                                    </child>
313
 
                                  </object>
314
 
                                </child>
315
 
                              </object>
316
 
                            </child>
317
 
                            <child type="label">
318
 
                              <object class="GtkLabel" id="label12">
319
 
                                <property name="visible">True</property>
320
 
                                <property name="label" translatable="yes">&lt;b&gt;Noise filtering&lt;/b&gt;</property>
321
 
                                <property name="use_markup">True</property>
322
 
                              </object>
323
 
                            </child>
324
 
                          </object>
325
 
                          <packing>
326
 
                            <property name="expand">False</property>
327
 
                            <property name="padding">5</property>
328
 
                            <property name="position">0</property>
329
 
                          </packing>
 
227
                              <object class="GtkVBox" id="vbox1">
 
228
                                <property name="visible">True</property>
 
229
                                <child>
 
230
                                  <object class="GtkCheckButton" id="noisefilt">
 
231
                                    <property name="label" translatable="yes">Enable Savitzky-Golay smoothing filter</property>
 
232
                                    <property name="visible">True</property>
 
233
                                    <property name="can_focus">True</property>
 
234
                                    <property name="receives_default">False</property>
 
235
                                    <property name="active">True</property>
 
236
                                    <property name="draw_indicator">True</property>
 
237
                                    <signal name="toggled" handler="on_noisefilt_toggled"/>
 
238
                                  </object>
 
239
                                  <packing>
 
240
                                    <property name="fill">False</property>
 
241
                                    <property name="position">0</property>
 
242
                                  </packing>
 
243
                                </child>
 
244
                                <child>
 
245
                                  <object class="GtkTable" id="table1">
 
246
                                    <property name="visible">True</property>
 
247
                                    <property name="n_rows">2</property>
 
248
                                    <property name="n_columns">2</property>
 
249
                                    <child>
 
250
                                      <object class="GtkLabel" id="noisefilt_order_label">
 
251
                                        <property name="visible">True</property>
 
252
                                        <property name="label" translatable="yes">Order:</property>
 
253
                                      </object>
 
254
                                      <packing>
 
255
                                        <property name="x_options">GTK_FILL</property>
 
256
                                        <property name="y_options">GTK_FILL</property>
 
257
                                        <property name="x_padding">3</property>
 
258
                                      </packing>
 
259
                                    </child>
 
260
                                    <child>
 
261
                                      <object class="GtkLabel" id="noisefilt_kernel_label">
 
262
                                        <property name="visible">True</property>
 
263
                                        <property name="label" translatable="yes">Kernel:</property>
 
264
                                      </object>
 
265
                                      <packing>
 
266
                                        <property name="top_attach">1</property>
 
267
                                        <property name="bottom_attach">2</property>
 
268
                                        <property name="x_options">GTK_FILL</property>
 
269
                                        <property name="y_options">GTK_FILL</property>
 
270
                                        <property name="x_padding">3</property>
 
271
                                      </packing>
 
272
                                    </child>
 
273
                                    <child>
 
274
                                      <object class="GtkHScale" id="noisefilt_order_slider">
 
275
                                        <property name="visible">True</property>
 
276
                                        <property name="can_focus">True</property>
 
277
                                        <property name="adjustment">noisefilt_order</property>
 
278
                                        <property name="digits">0</property>
 
279
                                        <property name="value_pos">right</property>
 
280
                                      </object>
 
281
                                      <packing>
 
282
                                        <property name="left_attach">1</property>
 
283
                                        <property name="right_attach">2</property>
 
284
                                        <property name="y_options">GTK_FILL</property>
 
285
                                      </packing>
 
286
                                    </child>
 
287
                                    <child>
 
288
                                      <object class="GtkHScale" id="noisefilt_kernel_slider">
 
289
                                        <property name="visible">True</property>
 
290
                                        <property name="can_focus">True</property>
 
291
                                        <property name="adjustment">noisefilt_kernel</property>
 
292
                                        <property name="digits">0</property>
 
293
                                        <property name="value_pos">right</property>
 
294
                                      </object>
 
295
                                      <packing>
 
296
                                        <property name="left_attach">1</property>
 
297
                                        <property name="right_attach">2</property>
 
298
                                        <property name="top_attach">1</property>
 
299
                                        <property name="bottom_attach">2</property>
 
300
                                        <property name="y_options">GTK_FILL</property>
 
301
                                      </packing>
 
302
                                    </child>
 
303
                                  </object>
 
304
                                  <packing>
 
305
                                    <property name="expand">False</property>
 
306
                                    <property name="position">1</property>
 
307
                                  </packing>
 
308
                                </child>
 
309
                              </object>
 
310
                            </child>
 
311
                          </object>
 
312
                        </child>
 
313
                        <child type="label">
 
314
                          <object class="GtkLabel" id="label12">
 
315
                            <property name="visible">True</property>
 
316
                            <property name="label" translatable="yes">&lt;b&gt;Noise filtering&lt;/b&gt;</property>
 
317
                            <property name="use_markup">True</property>
 
318
                          </object>
330
319
                        </child>
331
320
                      </object>
 
321
                      <packing>
 
322
                        <property name="expand">False</property>
 
323
                        <property name="padding">5</property>
 
324
                        <property name="position">0</property>
 
325
                      </packing>
332
326
                    </child>
333
327
                  </object>
334
328
                  <packing>
340
334
                  <object class="GtkAlignment" id="alignment4">
341
335
                    <property name="visible">True</property>
342
336
                    <property name="xscale">0</property>
343
 
                    <property name="left_padding">12</property>
 
337
                    <property name="bottom_padding">5</property>
344
338
                    <child>
345
339
                      <object class="GtkButton" id="export">
346
340
                        <property name="visible">True</property>