aboutsummaryrefslogtreecommitdiff
path: root/main/data/unified_window_placeholder.ui
blob: 91958077bea44efbfde96d6d62490eff7061a34f (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <requires lib="gtk" version="4.0"/>
    <template class="DinoUiMainWindowPlaceholder">
        <property name="valign">fill</property>
        <child>
            <object class="GtkBox" id="box">
                <property name="orientation">vertical</property>
                <property name="valign">fill</property>
                <property name="halign">fill</property>
                <property name="hexpand">1</property>
                <property name="vexpand">1</property>
                <child>
                    <object class="GtkHeaderBar">
                        <property name="show-title-buttons">true</property>
                    </object>
                </child>
                <child>
                    <object class="GtkImage">
                        <property name="icon-name">im.dino.Dino-symbolic</property>
                        <property name="pixel-size">144</property>
                        <property name="margin-start">30</property>
                        <property name="margin-end">30</property>
                        <property name="margin-top">30</property>
                        <property name="margin-bottom">30</property>
                        <style>
                            <class name="dim-label"/>
                        </style>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel" id="title_label">
                        <property name="visible">0</property>
                        <style>
                            <class name="dim-label"/>
                        </style>
                        <attributes>
                            <attribute name="scale" value="1.3"></attribute>
                        </attributes>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel" id="label">
                        <property name="margin-top">5</property>
                        <style>
                            <class name="dim-label"/>
                        </style>
                    </object>
                </child>
                <child>
                    <object class="GtkButton" id="primary_button">
                        <property name="margin-top">15</property>
                        <property name="halign">center</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="no_show_all">True</property>-->
                        <style>
                            <class name="text-button"/>
                        </style>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>