~nmu-sscheel/gtg/rework-task-editor

« back to all changes in this revision

Viewing changes to GTG/gtk/preferences.glade

  • Committer: Bertrand Rousseau
  • Date: 2012-05-09 22:33:25 UTC
  • mfrom: (1178 trunk)
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: bertrand.rousseau@gmail.com-20120509223325-a53d8nwo0x9g93bc
Merge nimit branch and trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                              <object class="GtkLabel" id="prefs-label8">
76
76
                                <property name="visible">True</property>
77
77
                                <property name="ypad">5</property>
78
 
                                <property name="label" translatable="yes">&lt;b&gt;General&lt;/b&gt;</property>
 
78
                                <property name="label" translatable="yes">&lt;b&gt;Startup&lt;/b&gt;</property>
79
79
                                <property name="use_markup">True</property>
80
80
                              </object>
81
81
                            </child>
114
114
                                      </packing>
115
115
                                    </child>
116
116
                                    <child>
 
117
                                      <object class="GtkCheckButton" id="bg_color_enable">
 
118
                                        <property name="label" translatable="yes">Enable colored backgrounds in the task list</property>
 
119
                                        <property name="visible">True</property>
 
120
                                        <property name="can_focus">True</property>
 
121
                                        <property name="receives_default">False</property>
 
122
                                        <property name="draw_indicator">True</property>
 
123
                                        <signal name="toggled" handler="on_bg_color_toggled"/>
 
124
                                      </object>
 
125
                                      <packing>
 
126
                                        <property name="expand">False</property>
 
127
                                        <property name="padding">3</property>
 
128
                                        <property name="position">1</property>
 
129
                                      </packing>
 
130
                                    </child>
 
131
                                    <child>
117
132
                                      <object class="GtkHBox" id="prefs-hbox1">
118
133
                                        <property name="no_show_all">True</property>
119
134
                                        <child>
144
159
                                      <packing>
145
160
                                        <property name="expand">False</property>
146
161
                                        <property name="padding">3</property>
147
 
                                        <property name="position">1</property>
 
162
                                        <property name="position">2</property>
148
163
                                      </packing>
149
164
                                    </child>
150
165
                                  </object>
219
234
                <child type="tab">
220
235
                  <object class="GtkLabel" id="prefs-label1">
221
236
                    <property name="visible">True</property>
222
 
                    <property name="label" translatable="yes">Behaviour</property>
 
237
                    <property name="label" translatable="yes">General</property>
223
238
                  </object>
224
239
                  <packing>
225
240
                    <property name="tab_fill">False</property>
347
362
        <child internal-child="action_area">
348
363
          <object class="GtkHButtonBox" id="prefs-action_area">
349
364
            <property name="visible">True</property>
350
 
            <property name="layout_style">edge</property>
 
365
            <property name="layout_style">end</property>
351
366
            <child>
352
367
              <object class="GtkButton" id="prefs_help">
353
368
                <property name="label">gtk-help</property>
354
 
                <property name="visible">True</property>
 
369
                <property name="no_show_all">True</property>
355
370
                <property name="can_focus">True</property>
356
371
                <property name="receives_default">True</property>
357
372
                <property name="use_stock">True</property>