1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00
Purism-Calls/src/ui/call-selector-item.ui
Anton Lazarev fd9378267d ui: gtk4-builder-tool simplify --3to4 --replace *.ui
plus some manual tweaks to restore True/False instead of 1/0

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
2024-04-06 08:15:26 -07:00

44 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<template class="CallsCallSelectorItem" parent="GtkBox">
<property name="visible_window">False</property>
<property name="above_child">True</property>
<child>
<object class="GtkFrame">
<property name="label_yalign">0</property>
<property name="shadow_type">out</property>
<property name="child">
<object class="GtkBox" id="main_box">
<property name="orientation">vertical</property>
<child>
<object class="GtkBox">
<child>
<object class="GtkLabel" id="name">
<property name="hexpand">True</property>
<property name="margin-start">3</property>
<property name="label">+441234567890</property>
</object>
</child>
<child>
<object class="GtkLabel" id="status">
<property name="halign">center</property>
<property name="margin-end">3</property>
<property name="label" translatable="yes">On hold</property>
</object>
</child>
</object>
</child>
<child>
<placeholder/>
</child>
</object>
</property>
<child type="label_item">
<placeholder/>
</child>
</object>
</child>
</template>
</interface>