[ekiga] Statusmenu: Increase padding between icon and text.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [ekiga] Statusmenu: Increase padding between icon and text.
- Date: Tue,  1 May 2012 15:25:41 +0000 (UTC)
commit eb08f94d9d5f287958d98816849c6a7456919734
Author: Damien Sandras <dsandras beip be>
Date:   Tue May 1 17:22:40 2012 +0200
    Statusmenu: Increase padding between icon and text.
 src/gui/statusmenu.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gui/statusmenu.cpp b/src/gui/statusmenu.cpp
index 9012623..5c39ea1 100644
--- a/src/gui/statusmenu.cpp
+++ b/src/gui/statusmenu.cpp
@@ -816,6 +816,7 @@ status_menu_new (Ekiga::ServiceCore & core)
   g_object_unref (self->priv->list_store);
 
   renderer = gtk_cell_renderer_pixbuf_new ();
+  g_object_set (renderer, "yalign", 0.5, "xpad", 5, NULL);
   gtk_cell_layout_pack_start (GTK_CELL_LAYOUT (self), renderer, FALSE);
   gtk_cell_layout_set_attributes (GTK_CELL_LAYOUT (self), renderer, "pixbuf", COL_ICON, NULL);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]