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>
|
2019-08-01 13:25:53 +00:00
|
|
|
<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>
|
2019-06-26 15:19:52 +00:00
|
|
|
<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>
|
2019-08-01 13:25:53 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">empty</property>
|
|
|
|
</packing>
|
2018-09-24 02:08:06 +00:00
|
|
|
</child>
|
|
|
|
|
|
|
|
<child>
|
2019-08-01 13:25:53 +00:00
|
|
|
<object class="HdyColumn">
|
2018-09-24 02:08:06 +00:00
|
|
|
<property name="can_focus">False</property>
|
|
|
|
<property name="visible">True</property>
|
2019-08-01 13:25:53 +00:00
|
|
|
<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>
|
2019-08-01 13:25:53 +00:00
|
|
|
<packing>
|
|
|
|
<property name="name">history</property>
|
|
|
|
</packing>
|
2018-08-01 08:15:36 +00:00
|
|
|
</child>
|
|
|
|
</template>
|
|
|
|
</interface>
|