1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-05-21 12:39:29 +00:00

call-selector-item: Remove misc unavailable properties

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev 2024-01-11 22:57:29 -08:00
parent e550d31b60
commit 8ea553bd0c

View file

@ -2,12 +2,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>