mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-18 01:25:35 +00:00
3c22bc9154
Closes use-cases#113 Closes use-cases#115
64 lines
2.2 KiB
XML
64 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Generated with glade 3.22.0 -->
|
|
<interface>
|
|
<requires lib="gtk+" version="3.22"/>
|
|
<template class="CallsHistoryBox" parent="GtkStack">
|
|
<child>
|
|
<object class="GtkBox" id="empty">
|
|
<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>
|
|
<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>
|
|
</child>
|
|
|
|
<child>
|
|
<object class="HdyColumn">
|
|
<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>
|
|
</child>
|
|
</object>
|
|
<packing>
|
|
<property name="name">history</property>
|
|
</packing>
|
|
</child>
|
|
</template>
|
|
</interface>
|