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:
parent
f93fee0121
commit
0ad983ebff
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue