summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/timezone/gis-timezone-page.ui
blob: a48b53e6113b06c68a71b6763da8e96fd754612d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <template class="GisTimezonePage" parent="GisPage">
    <child>
      <object class="GtkBox" id="box">
        <property name="orientation">vertical</property>
        <property name="halign">center</property>
        <property name="valign">fill</property>
        <child>
          <object class="GisPageHeader" id="header">
            <property name="margin_top">24</property>
            <property name="title" translatable="yes">Time Zone</property>
            <property name="subtitle" translatable="yes">The time zone will be set automatically if your location can be found. You can also search for a city to set it yourself.</property>
            <property name="icon_name">find-location-symbolic</property>
            <property name="show_icon" bind-source="GisTimezonePage" bind-property="small-screen" bind-flags="invert-boolean|sync-create"/>
          </object>
        </child>
        <child>
          <object class="GtkBox" id="page_box">
            <property name="margin_top">18</property>
            <property name="valign">center</property>
            <property name="orientation">vertical</property>
            <property name="spacing">14</property>
            <child>
              <object class="GisLocationEntry" id="search_entry">
                <property name="halign">center</property>
                <property name="max-width-chars">55</property>
              </object>
            </child>
            <child>
              <object class="GtkFrame" id="map_frame">
                <property name="margin_bottom">18</property>
                <property name="hexpand">True</property>
                <property name="label_xalign">0</property>
                <child>
                  <object class="GtkOverlay" id="map_overlay">
                    <child>
                      <object class="CcTimezoneMap" id="map">
                        <property name="hexpand">True</property>
                      </object>
                    </child>
                    <child type="overlay">
                      <object class="GisBubbleWidget" id="search_overlay">
                        <property name="label" translatable="yes">Please search for a nearby city</property>
                        <property name="icon-name">edit-find-symbolic</property>
                        <property name="halign">center</property>
                        <property name="valign">center</property>
                      </object>
                    </child>
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>