~noskcaj/ubuntu/trusty/gthumb/3.2.5

« back to all changes in this revision

Viewing changes to extensions/file_tools/data/ui/sharpen-options.ui

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2011-12-22 22:40:29 UTC
  • mfrom: (5.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20111222224029-l58g65u1nfa6ojtg
Tags: 3:2.14.1-1
* New upstream version (Closes: #652692)
* Patches refreshed
* Bump build-dependencies requirements
* Fix FTBFS, added missing #include
* debian/watch fixed to point to new location (.xz tarballs)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkAlignment" id="options">
 
6
    <property name="visible">True</property>
 
7
    <property name="top_padding">6</property>
 
8
    <child>
 
9
      <object class="GtkVBox" id="vbox2">
 
10
        <property name="visible">True</property>
 
11
        <child>
 
12
          <object class="GtkVBox" id="vbox1">
 
13
            <property name="visible">True</property>
 
14
            <property name="border_width">12</property>
 
15
            <property name="spacing">12</property>
 
16
            <child>
 
17
              <object class="GtkAlignment" id="alignment1">
 
18
                <property name="visible">True</property>
 
19
                <property name="bottom_padding">12</property>
 
20
                <child>
 
21
                  <object class="GtkVBox" id="vbox3">
 
22
                    <property name="visible">True</property>
 
23
                    <child>
 
24
                      <object class="GtkCheckButton" id="preview_checkbutton">
 
25
                        <property name="label" translatable="yes">_Preview:</property>
 
26
                        <property name="visible">True</property>
 
27
                        <property name="can_focus">True</property>
 
28
                        <property name="receives_default">False</property>
 
29
                        <property name="use_underline">True</property>
 
30
                        <property name="active">True</property>
 
31
                        <property name="draw_indicator">True</property>
 
32
                      </object>
 
33
                      <packing>
 
34
                        <property name="position">0</property>
 
35
                      </packing>
 
36
                    </child>
 
37
                    <child>
 
38
                      <object class="GtkHBox" id="preview_hbox">
 
39
                        <property name="height_request">190</property>
 
40
                        <property name="visible">True</property>
 
41
                        <child>
 
42
                          <placeholder/>
 
43
                        </child>
 
44
                      </object>
 
45
                      <packing>
 
46
                        <property name="position">1</property>
 
47
                      </packing>
 
48
                    </child>
 
49
                  </object>
 
50
                </child>
 
51
              </object>
 
52
              <packing>
 
53
                <property name="position">0</property>
 
54
              </packing>
 
55
            </child>
 
56
            <child>
 
57
              <object class="GtkTable" id="table1">
 
58
                <property name="visible">True</property>
 
59
                <property name="n_rows">3</property>
 
60
                <property name="n_columns">2</property>
 
61
                <property name="column_spacing">6</property>
 
62
                <property name="row_spacing">6</property>
 
63
                <child>
 
64
                  <object class="GtkLabel" id="threshold_label">
 
65
                    <property name="visible">True</property>
 
66
                    <property name="xalign">0</property>
 
67
                    <property name="label" translatable="yes">Threshold:</property>
 
68
                    <property name="use_underline">True</property>
 
69
                  </object>
 
70
                  <packing>
 
71
                    <property name="top_attach">2</property>
 
72
                    <property name="bottom_attach">3</property>
 
73
                    <property name="x_options">GTK_FILL</property>
 
74
                  </packing>
 
75
                </child>
 
76
                <child>
 
77
                  <object class="GtkHBox" id="threshold_hbox">
 
78
                    <property name="visible">True</property>
 
79
                    <child>
 
80
                      <placeholder/>
 
81
                    </child>
 
82
                  </object>
 
83
                  <packing>
 
84
                    <property name="left_attach">1</property>
 
85
                    <property name="right_attach">2</property>
 
86
                    <property name="top_attach">2</property>
 
87
                    <property name="bottom_attach">3</property>
 
88
                  </packing>
 
89
                </child>
 
90
                <child>
 
91
                  <object class="GtkHBox" id="radius_hbox">
 
92
                    <property name="visible">True</property>
 
93
                    <child>
 
94
                      <placeholder/>
 
95
                    </child>
 
96
                  </object>
 
97
                  <packing>
 
98
                    <property name="left_attach">1</property>
 
99
                    <property name="right_attach">2</property>
 
100
                    <property name="top_attach">1</property>
 
101
                    <property name="bottom_attach">2</property>
 
102
                  </packing>
 
103
                </child>
 
104
                <child>
 
105
                  <object class="GtkLabel" id="radius_label">
 
106
                    <property name="visible">True</property>
 
107
                    <property name="xalign">0</property>
 
108
                    <property name="label" translatable="yes">Radius:</property>
 
109
                    <property name="use_underline">True</property>
 
110
                  </object>
 
111
                  <packing>
 
112
                    <property name="top_attach">1</property>
 
113
                    <property name="bottom_attach">2</property>
 
114
                    <property name="x_options">GTK_FILL</property>
 
115
                  </packing>
 
116
                </child>
 
117
                <child>
 
118
                  <object class="GtkLabel" id="amount_label">
 
119
                    <property name="visible">True</property>
 
120
                    <property name="xalign">0</property>
 
121
                    <property name="label" translatable="yes">Amount:</property>
 
122
                    <property name="use_underline">True</property>
 
123
                  </object>
 
124
                  <packing>
 
125
                    <property name="x_options">GTK_FILL</property>
 
126
                  </packing>
 
127
                </child>
 
128
                <child>
 
129
                  <object class="GtkHBox" id="amount_hbox">
 
130
                    <property name="visible">True</property>
 
131
                    <child>
 
132
                      <placeholder/>
 
133
                    </child>
 
134
                  </object>
 
135
                  <packing>
 
136
                    <property name="left_attach">1</property>
 
137
                    <property name="right_attach">2</property>
 
138
                  </packing>
 
139
                </child>
 
140
              </object>
 
141
              <packing>
 
142
                <property name="position">1</property>
 
143
              </packing>
 
144
            </child>
 
145
            <child>
 
146
              <object class="GtkHBox" id="hbox2">
 
147
                <property name="visible">True</property>
 
148
                <child>
 
149
                  <object class="GtkButton" id="reset_button">
 
150
                    <property name="label" translatable="yes">_Reset</property>
 
151
                    <property name="visible">True</property>
 
152
                    <property name="can_focus">True</property>
 
153
                    <property name="receives_default">True</property>
 
154
                    <property name="use_underline">True</property>
 
155
                  </object>
 
156
                  <packing>
 
157
                    <property name="expand">False</property>
 
158
                    <property name="position">0</property>
 
159
                  </packing>
 
160
                </child>
 
161
              </object>
 
162
              <packing>
 
163
                <property name="position">2</property>
 
164
              </packing>
 
165
            </child>
 
166
          </object>
 
167
          <packing>
 
168
            <property name="expand">False</property>
 
169
            <property name="position">0</property>
 
170
          </packing>
 
171
        </child>
 
172
        <child>
 
173
          <object class="GtkHSeparator" id="hseparator1">
 
174
            <property name="visible">True</property>
 
175
          </object>
 
176
          <packing>
 
177
            <property name="expand">False</property>
 
178
            <property name="padding">6</property>
 
179
            <property name="position">1</property>
 
180
          </packing>
 
181
        </child>
 
182
        <child>
 
183
          <object class="GtkHButtonBox" id="hbuttonbox1">
 
184
            <property name="visible">True</property>
 
185
            <property name="spacing">12</property>
 
186
            <property name="layout_style">center</property>
 
187
            <child>
 
188
              <object class="GtkButton" id="ok_button">
 
189
                <property name="label">gtk-apply</property>
 
190
                <property name="visible">True</property>
 
191
                <property name="can_focus">True</property>
 
192
                <property name="receives_default">True</property>
 
193
                <property name="use_underline">True</property>
 
194
                <property name="use_stock">True</property>
 
195
              </object>
 
196
              <packing>
 
197
                <property name="expand">False</property>
 
198
                <property name="fill">False</property>
 
199
                <property name="position">0</property>
 
200
              </packing>
 
201
            </child>
 
202
            <child>
 
203
              <object class="GtkButton" id="cancel_button">
 
204
                <property name="label">gtk-cancel</property>
 
205
                <property name="visible">True</property>
 
206
                <property name="can_focus">True</property>
 
207
                <property name="receives_default">True</property>
 
208
                <property name="use_stock">True</property>
 
209
              </object>
 
210
              <packing>
 
211
                <property name="expand">False</property>
 
212
                <property name="fill">False</property>
 
213
                <property name="position">1</property>
 
214
              </packing>
 
215
            </child>
 
216
          </object>
 
217
          <packing>
 
218
            <property name="expand">False</property>
 
219
            <property name="fill">False</property>
 
220
            <property name="padding">6</property>
 
221
            <property name="position">2</property>
 
222
          </packing>
 
223
        </child>
 
224
      </object>
 
225
    </child>
 
226
  </object>
 
227
</interface>