aboutsummaryrefslogtreecommitdiff
path: root/main/data/unified_window_placeholder.ui
blob: 123920fe262a748f6396029fa9db29eb715485c7 (plain) (blame)
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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <requires lib="gtk" version="4.0"/>
    <template class="DinoUiMainWindowPlaceholder">
        <child>
            <object class="GtkBox" id="box">
                <property name="orientation">vertical</property>
                <property name="hexpand">True</property>
                <property name="vexpand">True</property>
                <child>
                    <object class="GtkHeaderBar">
                        <property name="show-title-buttons">true</property>
                    </object>
                </child>
                <child>
                    <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>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>