~ubuntu-branches/ubuntu/wily/xfce4-panel/wily

« back to all changes in this revision

Viewing changes to panel/panel-preferences-dialog.glade

  • Committer: Package Import Robot
  • Author(s): Unit 193
  • Date: 2015-01-04 13:04:39 UTC
  • mfrom: (1.1.39)
  • Revision ID: package-import@ubuntu.com-20150104130439-sndt8o8ojwe6dr7g
Tags: 4.11.2-0ubuntu1
* New upstream development release.
  - Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
      <column type="gchararray"/>
37
37
    </columns>
38
38
  </object>
 
39
  <object class="GtkListStore" id="autohide-behavior-store">
 
40
    <columns>
 
41
      <!-- column-name title -->
 
42
      <column type="gchararray"/>
 
43
    </columns>
 
44
    <data>
 
45
      <row>
 
46
        <col id="0" translatable="yes">Never</col>
 
47
      </row>
 
48
      <row>
 
49
        <col id="0" translatable="yes">Intelligently</col>
 
50
      </row>
 
51
      <row>
 
52
        <col id="0" translatable="yes">Always</col>
 
53
      </row>
 
54
    </data>
 
55
  </object>
39
56
  <object class="GtkListStore" id="styles-store">
40
57
    <columns>
41
58
      <!-- column-name title -->
316
333
                                  </packing>
317
334
                                </child>
318
335
                                <child>
319
 
                                  <object class="GtkCheckButton" id="autohide">
320
 
                                    <property name="label" translatable="yes">Automatically show and _hide the panel</property>
 
336
                                  <object class="GtkHBox" id="hbox6">
321
337
                                    <property name="visible">True</property>
322
 
                                    <property name="can_focus">True</property>
323
 
                                    <property name="receives_default">False</property>
324
 
                                    <property name="tooltip_text" translatable="yes">Select this option to hide the panel when the pointer is not above it. This only works when the panel is attached to a screen edge.</property>
325
 
                                    <property name="use_underline">True</property>
326
 
                                    <property name="draw_indicator">True</property>
 
338
                                    <property name="can_focus">False</property>
 
339
                                    <property name="spacing">12</property>
 
340
                                    <child>
 
341
                                      <object class="GtkLabel" id="label20">
 
342
                                        <property name="visible">True</property>
 
343
                                        <property name="can_focus">False</property>
 
344
                                        <property name="xalign">0</property>
 
345
                                        <property name="label" translatable="yes">Automatically hide the panel:</property>
 
346
                                        <property name="use_underline">True</property>
 
347
                                        <property name="mnemonic_widget">mode</property>
 
348
                                      </object>
 
349
                                      <packing>
 
350
                                        <property name="expand">False</property>
 
351
                                        <property name="fill">True</property>
 
352
                                        <property name="position">0</property>
 
353
                                      </packing>
 
354
                                    </child>
 
355
                                    <child>
 
356
                                      <object class="GtkComboBox" id="autohide-behavior">
 
357
                                        <property name="visible">True</property>
 
358
                                        <property name="can_focus">False</property>
 
359
                                        <property name="model">autohide-behavior-store</property>
 
360
                                        <child>
 
361
                                          <object class="GtkCellRendererText" id="cellrenderertext5"/>
 
362
                                          <attributes>
 
363
                                            <attribute name="text">0</attribute>
 
364
                                          </attributes>
 
365
                                        </child>
 
366
                                      </object>
 
367
                                      <packing>
 
368
                                        <property name="expand">False</property>
 
369
                                        <property name="fill">True</property>
 
370
                                        <property name="position">1</property>
 
371
                                      </packing>
 
372
                                    </child>
327
373
                                  </object>
328
374
                                  <packing>
 
375
                                    <property name="expand">True</property>
 
376
                                    <property name="fill">True</property>
329
377
                                    <property name="position">4</property>
330
378
                                  </packing>
331
379
                                </child>