mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +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:
parent
1538848141
commit
509f4227d9
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue