summaryrefslogtreecommitdiffstats
path: root/gnome-initial-setup/gis-page-header.ui
blob: 215c1220cb5df7ea3a627bb1a0d8e6545d2e17d9 (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
<?xml version="1.0" encoding="UTF-8"?>
<interface domain="gtk30">
  <template class="GisPageHeader" parent="GtkBox">
    <property name="orientation">vertical</property>
    <property name="spacing">18</property>
    <child>
      <object class="GtkImage" id="icon">
        <property name="pixel_size">96</property>
        <style>
          <class name="dim-label"/>
        </style>
      </object>
    </child>
    <child>
      <object class="GtkBox" id="box">
        <property name="orientation">vertical</property>
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel" id="title">
            <property name="justify">center</property>
            <property name="max_width_chars">65</property>
            <property name="wrap">True</property>
            <style>
              <class name="title-1"/>
            </style>
          </object>
        </child>
        <child>
          <object class="GtkLabel" id="subtitle">
            <property name="justify">center</property>
            <property name="max_width_chars">65</property>
            <property name="wrap">True</property>
          </object>
        </child>
      </object>
    </child>
  </template>
</interface>