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

51 lines
1.7 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"/>
<requires lib="libhandy" version="0.0"/>
<object class="GtkListStore" id="history_store"/>
2018-09-24 02:08:06 +00:00
<template class="CallsHistoryBox" parent="GtkStack">
<child>
<object class="GtkBox" id="empty_view">
<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">Call list empty</property>
<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>
</child>
<child>
<object class="GtkTreeView" id="history_view">
<property name="can_focus">False</property>
<property name="model">history_store</property>
<property name="visible">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
</object>
2018-08-01 08:15:36 +00:00
</child>
</template>
</interface>