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

contacts-box: mimmic HdyStatusPage styling for contacts

This commit is contained in:
Christopher Davis 2021-09-29 00:10:07 -07:00 committed by Christopher Davis
parent 409f6598d9
commit 89dd2d6e8f

View file

@ -45,14 +45,14 @@
<property name="halign">center</property> <property name="halign">center</property>
<property name="valign">center</property> <property name="valign">center</property>
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<property name="spacing">6</property> <property name="spacing">24</property>
<property name="margin">32</property> <property name="margin">32</property>
<property name="expand">True</property> <property name="expand">True</property>
<child> <child>
<object class="GtkImage"> <object class="GtkImage">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="pixel_size">32</property> <property name="pixel_size">128</property>
<property name="icon_name">edit-find-symbolic</property> <property name="icon_name">edit-find-symbolic</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
@ -63,10 +63,13 @@
<object class="GtkLabel"> <object class="GtkLabel">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="label" translatable="yes">No contacts found</property> <property name="wrap">True</property>
<attributes> <property name="wrap-mode">word-char</property>
<attribute name="weight" value="bold"/> <property name="justify">center</property>
</attributes> <property name="label" translatable="yes">No Contacts Found</property>
<style>
<class name="large-title"/>
</style>
</object> </object>
</child> </child>
</object> </object>