1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-28 14:49:30 +00:00
Purism-Calls/src/ui/new-call-header-bar.ui

23 lines
847 B
Plaintext
Raw Normal View History

2018-08-02 10:49:51 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CallsNewCallHeaderBar" parent="GtkHeaderBar">
<property name="title" translatable="yes">New Call</property>
<child type="start">
2018-08-02 10:49:51 +00:00
<object class="GtkButton" id="back">
<property name="action-name">win.back</property>
<property name="valign">center</property>
<property name="use-underline">True</property>
<property name="icon-name">go-previous-symbolic</property>
2018-08-02 10:49:51 +00:00
<child internal-child="accessible">
<object class="AtkObject" id="a11y-back">
<property name="accessible-name" translatable="yes">Back</property>
</object>
</child>
</object>
</child>
<child type="title">
<object class="GtkStackSwitcher" id="stack_switcher"/>
2018-08-02 10:49:51 +00:00
</child>
</template>
</interface>