2017-03-17 22:21:23 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<interface>
|
2022-02-14 13:55:59 +00:00
|
|
|
<requires lib="gtk" version="4.0"/>
|
2020-02-21 02:06:27 +00:00
|
|
|
<template class="DinoUiMainWindowPlaceholder">
|
2017-03-17 22:21:23 +00:00
|
|
|
<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>
|
2022-12-25 17:04:26 +00:00
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
2022-09-12 14:07:14 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkHeaderBar">
|
|
|
|
<property name="show-title-buttons">true</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-17 22:21:23 +00:00
|
|
|
<child>
|
2022-12-25 17:04:26 +00:00
|
|
|
<object class="GtkBox">
|
|
|
|
<property name="orientation">vertical</property>
|
|
|
|
<property name="valign">center</property>
|
|
|
|
<property name="hexpand">True</property>
|
|
|
|
<property name="vexpand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="AdwStatusPage" id="status_page">
|
|
|
|
<property name="icon-name">im.dino.Dino-symbolic</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="primary_button">
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
<class name="suggested-action"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkButton" id="secondary_button">
|
|
|
|
<property name="visible">0</property>
|
|
|
|
<property name="halign">center</property>
|
|
|
|
<property name="visible">False</property>
|
|
|
|
<style>
|
|
|
|
<class name="text-button"/>
|
|
|
|
</style>
|
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-20 21:12:20 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2017-03-17 22:21:23 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</template>
|
2018-11-16 15:27:31 +00:00
|
|
|
</interface>
|