mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 16:05:36 +00:00
new-call-box: Reindent
This commit is contained in:
parent
3514cdbaf5
commit
a21bc475e4
1 changed files with 52 additions and 56 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue