~ubuntu-branches/ubuntu/utopic/gnome-clocks/utopic-proposed

« back to all changes in this revision

Viewing changes to data/ui/worldlocationdialog.ui

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-04-26 14:07:08 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140426140708-n4l9y0u90qnt8y9r
Tags: 3.12.0-2
* debian/control.in:
  + Bump libgtk-3-dev to 3.12, needed for GtkActionBar.
* Upload to unstable.

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
3
  <!-- interface-requires libgweather 3.0 -->
4
 
  <!-- interface-requires gtk+ 3.10 -->
 
4
  <!-- interface-requires gtk+ 3.12 -->
5
5
  <template class="ClocksWorldLocationDialog" parent="GtkDialog">
6
6
    <property name="can_focus">False</property>
7
 
    <property name="title" translatable="yes">Add a New World Clock</property>
8
7
    <property name="resizable">False</property>
9
8
    <property name="modal">True</property>
10
9
    <property name="window_position">center-on-parent</property>
12
11
    <property name="type_hint">dialog</property>
13
12
    <property name="gravity">center</property>
14
13
    <property name="has_resize_grip">False</property>
 
14
    <property name="use_header_bar">1</property>
 
15
    <child internal-child="headerbar">
 
16
      <object class="GtkHeaderBar" id="dialog-header-bar">
 
17
        <property name="visible">True</property>
 
18
        <property name="title" translatable="yes">Add a New World Clock</property>
 
19
        <property name="show_close_button">False</property>
 
20
        <child>
 
21
          <object class="GtkButton" id="button1">
 
22
            <property name="label" translatable="yes">_Cancel</property>
 
23
            <property name="visible">True</property>
 
24
            <property name="can_focus">True</property>
 
25
            <property name="receives_default">True</property>
 
26
            <property name="use_underline">True</property>
 
27
            <property name="valign">center</property>
 
28
            <style>
 
29
              <class name="text-button"/>
 
30
            </style>
 
31
          </object>
 
32
          <packing>
 
33
            <property name="pack_type">start</property>
 
34
          </packing>
 
35
        </child>
 
36
        <child>
 
37
          <object class="GtkButton" id="button2">
 
38
            <property name="label" translatable="yes">_Add</property>
 
39
            <property name="visible">True</property>
 
40
            <property name="sensitive">False</property>
 
41
            <property name="can_focus">True</property>
 
42
            <property name="can_default">True</property>
 
43
            <property name="has_default">True</property>
 
44
            <property name="receives_default">True</property>
 
45
            <property name="use_underline">True</property>
 
46
            <property name="valign">center</property>
 
47
            <style>
 
48
              <class name="text-button"/>
 
49
              <class name="suggested-action"/>
 
50
            </style>
 
51
          </object>
 
52
          <packing>
 
53
            <property name="pack_type">end</property>
 
54
          </packing>
 
55
        </child>
 
56
      </object>
 
57
    </child>
15
58
    <child internal-child="vbox">
16
59
      <object class="GtkBox" id="dialog-vbox1">
17
60
        <property name="can_focus">False</property>
18
61
        <property name="valign">start</property>
19
62
        <property name="orientation">vertical</property>
20
63
        <property name="spacing">2</property>
21
 
        <child internal-child="action_area">
22
 
          <object class="GtkButtonBox" id="dialog-action_area1">
23
 
            <property name="can_focus">False</property>
24
 
            <property name="layout_style">end</property>
25
 
            <child>
26
 
              <object class="GtkButton" id="button1">
27
 
                <property name="label">gtk-cancel</property>
28
 
                <property name="visible">True</property>
29
 
                <property name="can_focus">True</property>
30
 
                <property name="receives_default">True</property>
31
 
                <property name="use_stock">True</property>
32
 
              </object>
33
 
              <packing>
34
 
                <property name="expand">False</property>
35
 
                <property name="fill">True</property>
36
 
                <property name="position">0</property>
37
 
              </packing>
38
 
            </child>
39
 
            <child>
40
 
              <object class="GtkButton" id="button2">
41
 
                <property name="label">gtk-add</property>
42
 
                <property name="visible">True</property>
43
 
                <property name="sensitive">False</property>
44
 
                <property name="can_focus">True</property>
45
 
                <property name="can_default">True</property>
46
 
                <property name="has_default">True</property>
47
 
                <property name="receives_default">True</property>
48
 
                <property name="use_stock">True</property>
49
 
              </object>
50
 
              <packing>
51
 
                <property name="expand">False</property>
52
 
                <property name="fill">True</property>
53
 
                <property name="position">1</property>
54
 
              </packing>
55
 
            </child>
56
 
          </object>
57
 
          <packing>
58
 
            <property name="expand">False</property>
59
 
            <property name="fill">True</property>
60
 
            <property name="pack_type">end</property>
61
 
            <property name="position">0</property>
62
 
          </packing>
63
 
        </child>
64
64
        <child>
65
65
          <object class="GtkGrid" id="location_dialog_content">
66
66
            <property name="visible">True</property>