[gnome-control-center] info: add padding to the list
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] info: add padding to the list
- Date: Fri, 20 May 2011 16:44:46 +0000 (UTC)
commit 0ad983ebffde6ec36910c7cf4753b82fe7e4fb57
Author: Matthias Clasen <mclasen redhat com>
Date: Fri May 20 12:43:51 2011 -0400
info: add padding to the list
For consistency with sidebar lists in other panels. Almost like
this was a designed application, and not just a grabbag of panels...
panels/info/cc-info-panel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index f330f11..5081964 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -1020,6 +1020,7 @@ info_panel_setup_selector (CcInfoPanel *self)
g_object_unref (model);
renderer = gtk_cell_renderer_text_new ();
+ gtk_cell_renderer_set_padding (renderer, 4, 4);
g_object_set (renderer,
"width-chars", 20,
"ellipsize", PANGO_ELLIPSIZE_END,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]