mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Set the size of the friend list icons
This commit is contained in:
parent
6af0f06beb
commit
5bc3094229
1 changed files with 7 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue