Skip to content

Commit 9f17090

Browse files
committed
nemo-places-sidebar.c: remove vertical padding for headers. This
is unnecessary, and looks bad when a theme has increased spacing between all rows.
1 parent 1e84f0b commit 9f17090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nemo-places-sidebar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3899,7 +3899,7 @@ nemo_places_sidebar_init (NemoPlacesSidebar *sidebar)
38993899
g_object_set (cell,
39003900
"weight", PANGO_WEIGHT_BOLD,
39013901
"weight-set", TRUE,
3902-
"ypad", 6,
3902+
"ypad", 0,
39033903
"xpad", 0,
39043904
NULL);
39053905
gtk_tree_view_column_set_cell_data_func (col, cell,

0 commit comments

Comments
 (0)