~ubuntu-branches/ubuntu/natty/shotwell/natty

« back to all changes in this revision

Viewing changes to ui/shotwell.glade

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-06-29 12:47:16 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100629124716-1hb2tj31ho45ttu9
Tags: 0.6.0-0ubuntu1
* New upstream release
* debian/watch:
  - Now tracking stable release

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  </object>
100
100
  <object class="GtkDialog" id="preferences_dialog">
101
101
    <property name="title" translatable="yes">Shotwell Preferences</property>
102
 
    <property name="resizable">False</property>
103
 
    <property name="modal">False</property>
104
102
    <property name="destroy_with_parent">True</property>
105
103
    <property name="type_hint">dialog</property>
106
104
    <property name="skip_taskbar_hint">True</property>
115
113
            <child>
116
114
              <object class="GtkTable" id="table1">
117
115
                <property name="visible">True</property>
118
 
                <property name="n_rows">7</property>
 
116
                <property name="n_rows">6</property>
119
117
                <property name="n_columns">2</property>
120
118
                <property name="row_spacing">3</property>
121
119
                <child>
131
129
                    <property name="top_attach">1</property>
132
130
                    <property name="bottom_attach">2</property>
133
131
                    <property name="x_options">GTK_FILL</property>
 
132
                    <property name="y_padding">8</property>
134
133
                  </packing>
135
134
                </child>
136
135
                <child>
140
139
                    <property name="xpad">6</property>
141
140
                    <property name="label" translatable="yes">_Import photos to:</property>
142
141
                    <property name="use_underline">True</property>
 
142
                    <property name="mnemonic_widget">library_dir_entry</property>
143
143
                  </object>
144
144
                  <packing>
145
145
                    <property name="top_attach">3</property>
149
149
                  </packing>
150
150
                </child>
151
151
                <child>
152
 
                  <object class="GtkLabel" id="label7">
153
 
                    <property name="visible">True</property>
154
 
                    <property name="xalign">0</property>
155
 
                    <property name="xpad">6</property>
156
 
                    <property name="label" translatable="yes">_External photo editor:</property>
157
 
                    <property name="use_underline">True</property>
158
 
                  </object>
159
 
                  <packing>
160
 
                    <property name="top_attach">5</property>
161
 
                    <property name="bottom_attach">6</property>
162
 
                    <property name="x_options">GTK_FILL</property>
163
 
                    <property name="y_options">GTK_FILL</property>
164
 
                  </packing>
165
 
                </child>
166
 
                <child>
167
152
                  <object class="GtkHBox" id="hbox4">
168
153
                    <property name="visible">True</property>
169
154
                    <property name="spacing">6</property>
171
156
                      <object class="GtkEntry" id="library_dir_entry">
172
157
                        <property name="visible">True</property>
173
158
                        <property name="can_focus">True</property>
174
 
                        <property name="editable">False</property>
 
159
                        <property name="editable">True</property>
175
160
                        <property name="invisible_char">&#x25CF;</property>
176
161
                        <property name="activates_default">True</property>
177
162
                      </object>
187
172
                        <child>
188
173
                          <object class="GtkHBox" id="hbox5">
189
174
                            <property name="visible">True</property>
 
175
                            <property name="spacing">3</property>
190
176
                            <child>
191
177
                              <object class="GtkImage" id="image1">
192
178
                                <property name="visible">True</property>
199
185
                            <child>
200
186
                              <object class="GtkLabel" id="labe">
201
187
                                <property name="visible">True</property>
202
 
                                <property name="label" translatable="yes">B_rowse...</property>
 
188
                                <property name="label" translatable="yes">Bro_wse...</property>
203
189
                                <property name="use_underline">True</property>
204
190
                              </object>
205
191
                              <packing>
210
196
                        </child>
211
197
                      </object>
212
198
                      <packing>
 
199
                        <property name="expand">False</property>
 
200
                        <property name="fill">False</property>
213
201
                        <property name="position">1</property>
214
202
                      </packing>
215
203
                    </child>
237
225
                    </child>
238
226
                    <child>
239
227
                      <object class="GtkHScale" id="hscale1">
240
 
                        <property name="width_request">100</property>
 
228
                        <property name="width_request">150</property>
241
229
                        <property name="visible">True</property>
242
230
                        <property name="can_focus">True</property>
243
231
                        <property name="adjustment">bg_color_adjustment</property>
280
268
                  </packing>
281
269
                </child>
282
270
                <child>
283
 
                  <object class="GtkLabel" id="label8">
284
 
                    <property name="visible">True</property>
285
 
                    <property name="xalign">0</property>
286
 
                    <property name="xpad">6</property>
287
 
                    <property name="label" translatable="yes">External _RAW editor:</property>
288
 
                    <property name="use_underline">True</property>
289
 
                  </object>
290
 
                  <packing>
291
 
                    <property name="top_attach">6</property>
292
 
                    <property name="bottom_attach">7</property>
293
 
                  </packing>
294
 
                </child>
295
 
                <child>
296
 
                  <object class="GtkAlignment" id="alignment2">
297
 
                    <property name="visible">True</property>
298
 
                    <property name="xalign">0</property>
299
 
                    <child>
300
 
                      <object class="GtkComboBox" id="external_photo_editor_combo">
301
 
                        <property name="visible">True</property>
302
 
                      </object>
303
 
                    </child>
304
 
                  </object>
305
 
                  <packing>
306
 
                    <property name="left_attach">1</property>
307
 
                    <property name="right_attach">2</property>
308
 
                    <property name="top_attach">5</property>
309
 
                    <property name="bottom_attach">6</property>
310
 
                    <property name="x_options">GTK_FILL</property>
311
 
                    <property name="y_options">GTK_FILL</property>
312
 
                  </packing>
313
 
                </child>
314
 
                <child>
315
 
                  <object class="GtkAlignment" id="alignment3">
316
 
                    <property name="visible">True</property>
317
 
                    <property name="xalign">0</property>
318
 
                    <child>
319
 
                      <object class="GtkComboBox" id="external_raw_editor_combo">
320
 
                        <property name="visible">True</property>
321
 
                      </object>
322
 
                    </child>
323
 
                  </object>
324
 
                  <packing>
325
 
                    <property name="left_attach">1</property>
326
 
                    <property name="right_attach">2</property>
327
 
                    <property name="top_attach">6</property>
328
 
                    <property name="bottom_attach">7</property>
329
 
                    <property name="x_options">GTK_FILL</property>
330
 
                    <property name="y_options">GTK_FILL</property>
331
 
                  </packing>
332
 
                </child>
333
 
                <child>
334
271
                  <object class="GtkAlignment" id="alignment4">
335
272
                    <property name="visible">True</property>
336
273
                    <property name="top_padding">3</property>
372
309
                    <property name="bottom_attach">5</property>
373
310
                  </packing>
374
311
                </child>
 
312
                <child>
 
313
                  <object class="GtkVBox" id="vbox2">
 
314
                    <property name="visible">True</property>
 
315
                    <property name="spacing">3</property>
 
316
                    <child>
 
317
                      <object class="GtkLabel" id="label7">
 
318
                        <property name="visible">True</property>
 
319
                        <property name="xalign">0</property>
 
320
                        <property name="xpad">6</property>
 
321
                        <property name="label" translatable="yes">_External photo editor:</property>
 
322
                        <property name="use_underline">True</property>
 
323
                        <property name="mnemonic_widget">external_photo_editor_combo</property>
 
324
                      </object>
 
325
                      <packing>
 
326
                        <property name="position">0</property>
 
327
                      </packing>
 
328
                    </child>
 
329
                    <child>
 
330
                      <object class="GtkLabel" id="label8">
 
331
                        <property name="visible">True</property>
 
332
                        <property name="xalign">0</property>
 
333
                        <property name="xpad">6</property>
 
334
                        <property name="label" translatable="yes">External _RAW editor:</property>
 
335
                        <property name="use_underline">True</property>
 
336
                        <property name="mnemonic_widget">external_raw_editor_combo</property>
 
337
                      </object>
 
338
                      <packing>
 
339
                        <property name="position">1</property>
 
340
                      </packing>
 
341
                    </child>
 
342
                  </object>
 
343
                  <packing>
 
344
                    <property name="top_attach">5</property>
 
345
                    <property name="bottom_attach">6</property>
 
346
                    <property name="x_options">GTK_FILL</property>
 
347
                  </packing>
 
348
                </child>
 
349
                <child>
 
350
                  <object class="GtkHBox" id="hbox2">
 
351
                    <property name="visible">True</property>
 
352
                    <child>
 
353
                      <object class="GtkAlignment" id="alignment2">
 
354
                        <property name="visible">True</property>
 
355
                        <property name="xalign">0</property>
 
356
                        <child>
 
357
                          <object class="GtkVBox" id="vbox3">
 
358
                            <property name="visible">True</property>
 
359
                            <property name="spacing">3</property>
 
360
                            <child>
 
361
                              <object class="GtkComboBox" id="external_photo_editor_combo">
 
362
                                <property name="visible">True</property>
 
363
                              </object>
 
364
                              <packing>
 
365
                                <property name="expand">False</property>
 
366
                                <property name="position">0</property>
 
367
                              </packing>
 
368
                            </child>
 
369
                            <child>
 
370
                              <object class="GtkComboBox" id="external_raw_editor_combo">
 
371
                                <property name="visible">True</property>
 
372
                              </object>
 
373
                              <packing>
 
374
                                <property name="fill">False</property>
 
375
                                <property name="position">1</property>
 
376
                              </packing>
 
377
                            </child>
 
378
                          </object>
 
379
                        </child>
 
380
                      </object>
 
381
                      <packing>
 
382
                        <property name="expand">False</property>
 
383
                        <property name="fill">False</property>
 
384
                        <property name="position">0</property>
 
385
                      </packing>
 
386
                    </child>
 
387
                  </object>
 
388
                  <packing>
 
389
                    <property name="left_attach">1</property>
 
390
                    <property name="right_attach">2</property>
 
391
                    <property name="top_attach">5</property>
 
392
                    <property name="bottom_attach">6</property>
 
393
                  </packing>
 
394
                </child>
375
395
              </object>
376
396
            </child>
377
397
          </object>