blob: 3861bd82332fee57269c9b1611264d08f229a62c (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.1 -->
<interface>
<requires lib="gtk+" version="3.12"/>
<template class="GsFirstRunDialog" parent="GtkDialog">
<property name="title" translatable="yes">Welcome</property>
<property name="modal">True</property>
<property name="resizable">False</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="use_header_bar">1</property>
<child internal-child="headerbar">
<object class="GtkHeaderBar">
<property name="title" translatable="yes">Welcome</property>
<property name="show_close_button">False</property>
</object>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="margin_start">55</property>
<property name="margin_end">55</property>
<property name="margin_top">44</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="box_empty">
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">16</property>
<child>
<object class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="pixel_size">128</property>
<property name="icon_name">org.gnome.Software</property>
<style>
<class name="icon-dropshadow"/>
</style>
</object>
</child>
<child>
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="label" translatable="yes">Welcome to Software</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.7"/>
</attributes>
</object>
</child>
<child>
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="label" translatable="yes">Software lets you install all the software you need, all from one place. See our recommendations, browse the categories, or search for the applications you want.</property>
<property name="wrap">True</property>
<property name="max_width_chars">48</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkButton" id="button">
<property name="label" translatable="yes">_Let’s Go Shopping</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="margin_top">23</property>
<property name="margin_bottom">26</property>
<property name="use_underline">True</property>
<style>
<class name="suggested-action"/>
</style>
</object>
</child>
</object>
</child>
</template>
</interface>
|