1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00

new-call-box: Reindent

This commit is contained in:
Evangelos Ribeiro Tzaras 2021-08-19 00:29:40 +02:00
parent 3514cdbaf5
commit a21bc475e4

View file

@ -26,7 +26,6 @@
</child> </child>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkEntry" id="address_entry"> <object class="GtkEntry" id="address_entry">
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/> <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
@ -37,7 +36,6 @@
</style> </style>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkEntry" id="keypad_entry"> <object class="GtkEntry" id="keypad_entry">
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create"/> <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create"/>
@ -131,7 +129,6 @@
</child> </child>
</object> </object>
</child> </child>
<child> <child>
<object class="GtkListBox" id="result_list"> <object class="GtkListBox" id="result_list">
<property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/> <property name="visible" bind-source="CallsNewCallBox" bind-property="numeric-input-only" bind-flags="sync-create|invert-boolean"/>
@ -170,7 +167,6 @@
</child> </child>
</object> </object>
</child> </child>
</template> </template>
<object class="GtkGestureLongPress" id="long_press_back_gesture"> <object class="GtkGestureLongPress" id="long_press_back_gesture">
<property name="widget">backspace</property> <property name="widget">backspace</property>