diff options
Diffstat (limited to '')
-rw-r--r-- | src/gs-first-run-dialog.ui | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/src/gs-first-run-dialog.ui b/src/gs-first-run-dialog.ui new file mode 100644 index 0000000..3861bd8 --- /dev/null +++ b/src/gs-first-run-dialog.ui @@ -0,0 +1,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> |