2017-03-17 22:21:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
|
|
|
<template class="DinoUiUnifiedWindowPlaceholder">
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2017-03-20 21:12:20 +00:00
|
|
|
<object class="GtkBox" id="box">
|
2017-03-17 22:21:23 +00:00
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="spacing">10</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImage">
|
2017-12-03 14:40:16 +00:00
|
|
|
<property name="icon-name">im.dino.Dino-symbolic</property>
|
2017-03-17 22:21:23 +00:00
|
|
|
<property name="pixel-size">144</property>
|
|
|
|
<property name="margin">30</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2018-11-16 15:27:31 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="title_label">
|
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="scale" value="1.3"/>
|
|
|
|
</attributes>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-17 22:21:23 +00:00
|
|
|
<child>
|
2017-03-20 21:12:20 +00:00
|
|
|
<object class="GtkLabel" id="label">
|
2017-03-17 22:21:23 +00:00
|
|
|
<property name="xalign">0.5</property>
|
|
|
|
<property name="yalign">0.5</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="dim-label"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2017-03-20 21:12:20 +00:00
|
|
|
<object class="GtkButton" id="primary_button">
|
2017-03-17 22:21:23 +00:00
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-20 21:12:20 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="secondary_button">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="no_show_all">True</property>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-17 22:21:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2018-11-16 15:27:31 +00:00
|
|
|
</interface>
|