mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-12 07:37:35 +00:00
new-call-box: Remove unnecessary GtkBox
This commit is contained in:
parent
1312b2624c
commit
c61d63383f
1 changed files with 8 additions and 19 deletions
|
@ -27,27 +27,16 @@
|
||||||
</child>
|
</child>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox">
|
<object class="GtkEntry" id="keypad_entry">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="orientation">horizontal</property>
|
<property name="hexpand">True</property>
|
||||||
<child>
|
<property name="xalign">0.5</property>
|
||||||
<object class="GtkEntry" id="keypad_entry">
|
<property name="margin_right">6</property>
|
||||||
<property name="visible">True</property>
|
<style>
|
||||||
<property name="can_focus">True</property>
|
<class name="phone-number-entry"/>
|
||||||
<property name="hexpand">True</property>
|
</style>
|
||||||
<property name="xalign">0.5</property>
|
|
||||||
<property name="margin_right">6</property>
|
|
||||||
<style>
|
|
||||||
<class name="phone-number-entry"/>
|
|
||||||
</style>
|
|
||||||
</object>
|
|
||||||
</child>
|
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
|
||||||
<property name="expand">False</property>
|
|
||||||
<property name="fill">True</property>
|
|
||||||
</packing>
|
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="HdyKeypad" id="keypad">
|
<object class="HdyKeypad" id="keypad">
|
||||||
|
|
Loading…
Reference in a new issue