ui/main-window: Hide contacts pane
While we have no integration with Contacts, the contacts pane shouldn't be visible. Closes #83
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
<property name="expand">True</property>
|
<property name="expand">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkBox" id="contacts">
|
<object class="GtkBox" id="contacts">
|
||||||
<property name="visible">True</property>
|
<property name="visible">False</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|||||||
Reference in New Issue
Block a user