~gnome15-team/gnome15/trunk

« back to all changes in this revision

Viewing changes to gnome15-plugins/src/weather/weather.glade

  • Committer: tanktarta
  • Date: 2012-11-24 10:27:36 UTC
  • Revision ID: tanktarta-20121124102736-0drhasy3jdn862wx
0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
                          </packing>
285
285
                        </child>
286
286
                        <child>
287
 
                          <object class="GtkCheckButton" id="UseThemeIcons">
288
 
                            <property name="label" translatable="yes">Use theme icons</property>
 
287
                          <object class="GtkHBox" id="hbox1">
289
288
                            <property name="visible">True</property>
290
 
                            <property name="can_focus">True</property>
291
 
                            <property name="receives_default">False</property>
292
 
                            <property name="use_action_appearance">False</property>
293
 
                            <property name="draw_indicator">True</property>
 
289
                            <property name="can_focus">False</property>
 
290
                            <child>
 
291
                              <object class="GtkCheckButton" id="UseThemeIcons">
 
292
                                <property name="label" translatable="yes">Use theme icons</property>
 
293
                                <property name="visible">True</property>
 
294
                                <property name="can_focus">True</property>
 
295
                                <property name="receives_default">False</property>
 
296
                                <property name="use_action_appearance">False</property>
 
297
                                <property name="draw_indicator">True</property>
 
298
                              </object>
 
299
                              <packing>
 
300
                                <property name="expand">True</property>
 
301
                                <property name="fill">True</property>
 
302
                                <property name="position">0</property>
 
303
                              </packing>
 
304
                            </child>
 
305
                            <child>
 
306
                              <object class="GtkCheckButton" id="TwentyFourHourTimes">
 
307
                                <property name="label" translatable="yes">Show time in 24 hour format</property>
 
308
                                <property name="visible">True</property>
 
309
                                <property name="can_focus">True</property>
 
310
                                <property name="receives_default">False</property>
 
311
                                <property name="use_action_appearance">False</property>
 
312
                                <property name="draw_indicator">True</property>
 
313
                              </object>
 
314
                              <packing>
 
315
                                <property name="expand">True</property>
 
316
                                <property name="fill">True</property>
 
317
                                <property name="position">1</property>
 
318
                              </packing>
 
319
                            </child>
294
320
                          </object>
295
321
                          <packing>
296
322
                            <property name="expand">True</property>