1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-25 05:09:30 +00:00

main-window: Move calls history before the new call box

This makes the calls history the page visible by default, matching the
final design.
This commit is contained in:
Adrien Plazas 2018-08-02 13:23:09 +02:00
parent e0a1329218
commit 7682aa1029

View file

@ -77,6 +77,16 @@
<object class="GtkStack" id="main_stack">
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object class="CallsHistoryBox" id="history_view">
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<packing>
<property name="name">history</property>
<property name="title" translatable="yes">History</property>
</packing>
</child>
<child>
<object class="CallsNewCallBox" id="new_call_box">
<property name="visible">True</property>
@ -89,17 +99,6 @@
<property name="title" translatable="yes">New call</property>
</packing>
</child>
<child>
<object class="CallsHistoryBox" id="history_view">
<property name="visible">True</property>
<property name="can_focus">True</property>
</object>
<packing>
<property name="name">history</property>
<property name="title" translatable="yes">History</property>
<property name="position">3</property>
</packing>
</child>
</object>
<packing>
<property name="expand">True</property>