1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-02 15:09:31 +00:00
Purism-Calls/src/ui/history-box.ui

65 lines
2.2 KiB
Plaintext
Raw Normal View History

2018-08-01 08:15:36 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.0 -->
<interface>
<requires lib="gtk+" version="3.22"/>
2018-09-24 02:08:06 +00:00
<template class="CallsHistoryBox" parent="GtkStack">
<child>
<object class="GtkBox" id="empty">
2018-09-24 02:08:06 +00:00
<property name="visible">1</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<object class="GtkImage">
<property name="visible">1</property>
<property name="icon-name">call-start-symbolic</property>
<property name="pixel-size">96</property>
</object>
</child>
<child>
<object class="GtkLabel" id="primary_label">
<property name="visible">1</property>
<property name="label" translatable="yes">No Recent Calls</property>
2018-09-24 02:08:06 +00:00
<property name="halign">start</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
</attributes>
</object>
</child>
<style>
<class name="dim-label"/>
</style>
</object>
<packing>
<property name="name">empty</property>
</packing>
2018-09-24 02:08:06 +00:00
</child>
<child>
<object class="HdyColumn">
2018-09-24 02:08:06 +00:00
<property name="can_focus">False</property>
<property name="visible">True</property>
<property name="maximum-width">720</property>
<property name="linear-growth-width">720</property>
<child>
<object class="GtkScrolledWindow">
<property name="can_focus">False</property>
<property name="visible">True</property>
<child>
<object class="GtkListBox" id="history">
<property name="can_focus">False</property>
<property name="visible">True</property>
</object>
</child>
</object>
2018-09-24 02:08:06 +00:00
</child>
</object>
<packing>
<property name="name">history</property>
</packing>
2018-08-01 08:15:36 +00:00
</child>
</template>
</interface>