~ubuntu-branches/ubuntu/lucid/gedit/lucid-updates

« back to all changes in this revision

Viewing changes to plugins/sort/sort.ui

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    <property name="page_size">0</property>
10
10
    <property name="value">1</property>
11
11
  </object>
 
12
  <object class="GtkImage" id="sort_image">
 
13
    <property name="stock">gtk-sort-ascending</property>
 
14
    <property name="icon_size">4</property>
 
15
  </object>
12
16
  <object class="GtkDialog" id="sort_dialog">
13
17
    <property name="title" translatable="yes">Sort</property>
14
18
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
50
54
                <property name="can_focus">True</property>
51
55
                <property name="relief">GTK_RELIEF_NORMAL</property>
52
56
                <property name="focus_on_click">True</property>
53
 
                <child>
54
 
                  <object class="GtkAlignment" id="alignment6">
55
 
                    <property name="visible">True</property>
56
 
                    <property name="xalign">0.5</property>
57
 
                    <property name="yalign">0.5</property>
58
 
                    <property name="xscale">0</property>
59
 
                    <property name="yscale">0</property>
60
 
                    <property name="top_padding">0</property>
61
 
                    <property name="bottom_padding">0</property>
62
 
                    <property name="left_padding">0</property>
63
 
                    <property name="right_padding">0</property>
64
 
                    <child>
65
 
                      <object class="GtkHBox" id="hbox15">
66
 
                        <property name="visible">True</property>
67
 
                        <property name="homogeneous">False</property>
68
 
                        <property name="spacing">2</property>
69
 
                        <child>
70
 
                          <object class="GtkImage" id="image8">
71
 
                            <property name="visible">True</property>
72
 
                            <property name="stock">gtk-sort-ascending</property>
73
 
                            <property name="icon_size">4</property>
74
 
                            <property name="xalign">0.5</property>
75
 
                            <property name="yalign">0.5</property>
76
 
                            <property name="xpad">0</property>
77
 
                            <property name="ypad">0</property>
78
 
                          </object>
79
 
                          <packing>
80
 
                            <property name="padding">0</property>
81
 
                            <property name="expand">False</property>
82
 
                            <property name="fill">False</property>
83
 
                          </packing>
84
 
                        </child>
85
 
                        <child>
86
 
                          <object class="GtkLabel" id="label19">
87
 
                            <property name="visible">True</property>
88
 
                            <property name="label" translatable="yes">_Sort</property>
89
 
                            <property name="use_underline">True</property>
90
 
                            <property name="use_markup">False</property>
91
 
                            <property name="justify">GTK_JUSTIFY_LEFT</property>
92
 
                            <property name="wrap">False</property>
93
 
                            <property name="selectable">False</property>
94
 
                            <property name="xalign">0.5</property>
95
 
                            <property name="yalign">0.5</property>
96
 
                            <property name="xpad">0</property>
97
 
                            <property name="ypad">0</property>
98
 
                            <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
99
 
                            <property name="width_chars">-1</property>
100
 
                            <property name="single_line_mode">False</property>
101
 
                            <property name="angle">0</property>
102
 
                          </object>
103
 
                          <packing>
104
 
                            <property name="padding">0</property>
105
 
                            <property name="expand">False</property>
106
 
                            <property name="fill">False</property>
107
 
                          </packing>
108
 
                        </child>
109
 
                      </object>
110
 
                    </child>
111
 
                  </object>
112
 
                </child>
 
57
                <property name="image">sort_image</property>
 
58
                <property name="label" translatable="yes">_Sort</property>
 
59
                <property name="use_underline">True</property>
113
60
              </object>
114
61
            </child>
115
62
            <child>