aboutsummaryrefslogtreecommitdiff
path: root/main/data/unified_window_placeholder.ui
blob: b22d6a114a3809b52040a2b87b70dd8a2813309f (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
<?xml version="1.0" encoding="UTF-8"?>
<interface>
    <template class="DinoUiUnifiedWindowPlaceholder">
        <property name="valign">center</property>
        <property name="visible">True</property>
        <child>
            <object class="GtkBox">
                <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">
                        <property name="icon-name">dino-symbolic</property>
                        <property name="pixel-size">144</property>
                        <property name="margin">30</property>
                        <property name="visible">True</property>
                        <style>
                            <class name="dim-label"/>
                        </style>
                    </object>
                </child>
                <child>
                    <object class="GtkLabel">
                        <property name="label">No accounts active</property>
                        <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>
                    <object class="GtkButton" id="no_accounts_add">
                        <property name="label">Manage accounts</property>
                        <property name="halign">center</property>
                        <property name="visible">True</property>
                        <style>
                            <class name="text-button"/>
                            <class name="suggested-action"/>
                        </style>
                    </object>
                </child>
            </object>
        </child>
    </template>
</interface>