calls-call-display: Add a display of dial pad digits

Closes #57
This commit is contained in:
Bob Ham
2019-07-04 15:15:16 +01:00
parent 2d99fe16d0
commit 719b3e752f
5 changed files with 36 additions and 6 deletions

View File

@@ -395,12 +395,20 @@
<property name="width_request">300</property>
<property name="margin_bottom">6</property>
<property name="margin_top">12</property>
<property name="spacing">10</property>
<child>
<object class="GtkEntry" id="dial_pad_display">
<property name="visible">True</property>
<property name="editable">False</property>
<property name="xalign">0.5</property>
<property name="margin_bottom">8</property>
</object>
</child>
<child>
<object class="HdyDialer">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="column_spacing">10</property>
<property name="margin_bottom">10</property>
<property name="receives_default">True</property>
<property name="row_spacing">8</property>
<property name="show_action_buttons">False</property>