~qcxhome/gtg/bugzilla-sync-service

« back to all changes in this revision

Viewing changes to GTG/gtk/preferences.ui

  • Committer: Parin Porecha
  • Date: 2014-01-31 06:59:35 UTC
  • mfrom: (1240.2.94 port-to-gtk3-py3)
  • Revision ID: parinporecha@gmail.com-20140131065935-ub6evnrwpmmm25hz
Merged the gtk3 and python3 port with GTG trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
 
3
  <!-- interface-requires gtk+ 3.0 -->
5
4
  <object class="GtkDialog" id="PreferencesDialog">
6
5
    <property name="can_focus">False</property>
7
6
    <property name="border_width">3</property>
9
8
    <property name="type_hint">dialog</property>
10
9
    <signal name="delete-event" handler="on_PreferencesDialog_delete_event" swapped="no"/>
11
10
    <child internal-child="vbox">
12
 
      <object class="GtkVBox" id="prefs-vbox1">
 
11
      <object class="GtkBox" id="prefs-vbox1">
13
12
        <property name="visible">True</property>
14
13
        <property name="can_focus">False</property>
 
14
        <property name="orientation">vertical</property>
15
15
        <child>
16
16
          <object class="GtkNotebook" id="notebook1">
17
17
            <property name="visible">True</property>
18
18
            <property name="can_focus">True</property>
19
19
            <property name="show_tabs">False</property>
20
20
            <child>
21
 
              <object class="GtkVBox" id="prefs-vbox2">
 
21
              <object class="GtkBox" id="prefs-vbox2">
22
22
                <property name="visible">True</property>
23
23
                <property name="can_focus">False</property>
 
24
                <property name="orientation">vertical</property>
24
25
                <child>
25
26
                  <object class="GtkFrame" id="prefs-frame3">
26
27
                    <property name="visible">True</property>
34
35
                        <property name="bottom_padding">15</property>
35
36
                        <property name="left_padding">12</property>
36
37
                        <child>
37
 
                          <object class="GtkVBox" id="prefs-vbox7">
 
38
                          <object class="GtkBox" id="prefs-vbox7">
38
39
                            <property name="visible">True</property>
39
40
                            <property name="can_focus">False</property>
 
41
                            <property name="orientation">vertical</property>
40
42
                            <child>
41
43
                              <object class="GtkCheckButton" id="pref_autostart">
42
44
                                <property name="label" translatable="yes">Start Getting Things GNOME! on every login</property>
55
57
                              </packing>
56
58
                            </child>
57
59
                            <child>
58
 
                              <object class="GtkHBox" id="hbox1">
 
60
                              <object class="GtkBox" id="hbox1">
59
61
                                <property name="height_request">21</property>
60
62
                                <property name="visible">True</property>
61
63
                                <property name="can_focus">False</property>
121
123
                        <property name="bottom_padding">15</property>
122
124
                        <property name="left_padding">12</property>
123
125
                        <child>
124
 
                          <object class="GtkVBox" id="prefs-vbox3">
 
126
                          <object class="GtkBox" id="prefs-vbox3">
125
127
                            <property name="visible">True</property>
126
128
                            <property name="can_focus">False</property>
 
129
                            <property name="orientation">vertical</property>
127
130
                            <child>
128
131
                              <object class="GtkCheckButton" id="bg_color_enable">
129
132
                                <property name="label" translatable="yes">Enable colored backgrounds in the task list</property>
192
195
                        <property name="bottom_padding">15</property>
193
196
                        <property name="left_padding">12</property>
194
197
                        <child>
195
 
                          <object class="GtkHBox" id="prefs-vbox4">
 
198
                          <object class="GtkBox" id="prefs-vbox4">
196
199
                            <property name="visible">True</property>
197
200
                            <property name="can_focus">False</property>
198
201
                            <child>
244
247
                </child>
245
248
              </object>
246
249
            </child>
247
 
            <child type="tab">
248
 
              <object class="GtkLabel" id="label2">
249
 
                <property name="visible">True</property>
250
 
                <property name="can_focus">False</property>
251
 
                <property name="label" translatable="yes">page 1</property>
252
 
              </object>
253
 
              <packing>
254
 
                <property name="tab_fill">False</property>
255
 
              </packing>
256
 
            </child>
257
 
            <child>
258
 
              <placeholder/>
259
 
            </child>
260
 
            <child type="tab">
261
 
              <object class="GtkLabel" id="label3">
262
 
                <property name="visible">True</property>
263
 
                <property name="can_focus">False</property>
264
 
                <property name="label" translatable="yes">page 2</property>
265
 
              </object>
266
 
              <packing>
267
 
                <property name="position">1</property>
268
 
                <property name="tab_fill">False</property>
269
 
              </packing>
270
 
            </child>
271
 
            <child>
272
 
              <placeholder/>
273
 
            </child>
274
 
            <child type="tab">
275
 
              <object class="GtkLabel" id="label4">
276
 
                <property name="visible">True</property>
277
 
                <property name="can_focus">False</property>
278
 
                <property name="label" translatable="yes">page 3</property>
279
 
              </object>
280
 
              <packing>
281
 
                <property name="position">2</property>
282
 
                <property name="tab_fill">False</property>
283
 
              </packing>
284
 
            </child>
285
250
          </object>
286
251
          <packing>
287
252
            <property name="expand">True</property>
290
255
          </packing>
291
256
        </child>
292
257
        <child internal-child="action_area">
293
 
          <object class="GtkHButtonBox" id="prefs-action_area">
 
258
          <object class="GtkButtonBox" id="prefs-action_area">
294
259
            <property name="visible">True</property>
295
260
            <property name="can_focus">False</property>
296
261
            <property name="layout_style">end</property>