Set the size of the friend list icons

This commit is contained in:
François Grisez 2015-09-23 18:06:12 +02:00
parent 6af0f06beb
commit 5bc3094229

View file

@ -495,7 +495,9 @@
<child>
<object class="GtkTreeViewColumn" id="presence_status_column">
<child>
<object class="GtkCellRendererPixbuf" id="status_img_cell"/>
<object class="GtkCellRendererPixbuf" id="status_img_cell">
<property name="stock_size">2</property>
</object>
<attributes>
<attribute name="icon-name">0</attribute>
</attributes>
@ -519,6 +521,7 @@
<child>
<object class="GtkCellRendererPixbuf" id="contact_call_renderer">
<property name="icon_name">linphone-start-call2</property>
<property name="stock_size">2</property>
</object>
</child>
</object>
@ -526,7 +529,9 @@
<child>
<object class="GtkTreeViewColumn" id="contact_chat_column">
<child>
<object class="GtkCellRendererPixbuf" id="contact_chat_renderer"/>
<object class="GtkCellRendererPixbuf" id="contact_chat_renderer">
<property name="stock_size">2</property>
</object>
<attributes>
<attribute name="icon-name">5</attribute>
</attributes>