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

new-call-box: Expand to fill horizontal width

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/714>
This commit is contained in:
Anton Lazarev 2024-02-16 09:49:41 -08:00
parent 51e74ef595
commit 933655e8e0

View file

@ -5,6 +5,7 @@
<template class="CallsNewCallBox" parent="AdwBin">
<child>
<object class="GtkBox" id="child">
<property name="hexpand">True</property>
<property name="margin-start">24</property>
<property name="margin-end">24</property>
<property name="margin_top">6</property>