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"> <template class="CallsCallDisplay" parent="GtkBox">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</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="orientation">vertical</property>
<property name="valign">center</property>
<property name="width_request">300</property>
<child> <child>
<object class="GtkBox" id="party_box"> <object class="GtkBox" id="party_box">
<property name="visible">True</property> <property name="visible">True</property>