1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-02 10:29:25 +00:00

call-display: Center and set the desired size

This will make the call display look closer to the final designs.
This commit is contained in:
Adrien Plazas 2018-07-27 12:55:18 +02:00
parent 1538848141
commit 509f4227d9

View file

@ -5,7 +5,14 @@
<template class="CallsCallDisplay" parent="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="margin_bottom">8</property>
<property name="margin_left">12</property>
<property name="margin_right">12</property>
<property name="margin_top">8</property>
<property name="orientation">vertical</property>
<property name="valign">center</property>
<property name="width_request">300</property>
<child>
<object class="GtkBox" id="party_box">
<property name="visible">True</property>