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...
This commit is contained in:
Matthias Clasen 2011-05-20 12:43:51 -04:00
parent f93fee0121
commit 0ad983ebff

View file

@ -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,