summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/pages/timezone/gis-bubble-widget.ui
blob: 89dd12161aca473e13ad82019b8724801b695dc2 (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
<?xml version="1.0"?>
<interface>
  <template class="GisBubbleWidget" parent="AdwBin">
    <child>
      <object class="GtkAspectFrame" id="aspect_frame">
        <property name="visible">True</property>
        <child>
          <object class="GtkBox" id="box">
            <property name="orientation">vertical</property>
            <property name="width-request">128</property>
            <property name="height-request">128</property>
            <property name="halign">center</property>
            <property name="valign">center</property>
            <child>
              <object class="GtkImage" id="icon">
                <property name="vexpand">True</property>
                <property name="pixel-size">64</property>
              </object>
            </child>
            <child>
              <object class="GtkLabel" id="label">
                <property name="visible">True</property>
                <property name="vexpand">True</property>
                <property name="wrap">True</property>
                <property name="justify">center</property>
              </object>
            </child>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>