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

new-call-box: Remove unnecessary GtkBox

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-07-18 12:50:50 +02:00
parent 1312b2624c
commit c61d63383f

View file

@ -27,27 +27,16 @@
</child>
<child>
<object class="GtkBox">
<object class="GtkEntry" id="keypad_entry">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">horizontal</property>
<child>
<object class="GtkEntry" id="keypad_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="xalign">0.5</property>
<property name="margin_right">6</property>
<style>
<class name="phone-number-entry"/>
</style>
</object>
</child>
<property name="can_focus">True</property>
<property name="hexpand">True</property>
<property name="xalign">0.5</property>
<property name="margin_right">6</property>
<style>
<class name="phone-number-entry"/>
</style>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
</packing>
</child>
<child>
<object class="HdyKeypad" id="keypad">