Use a checkerboard pattern on item background

This commit is contained in:
2021-11-10 20:53:24 +01:00
parent fc4eb97218
commit 405f975899
2 changed files with 18 additions and 5 deletions

View File

@@ -248,7 +248,6 @@ draw_row(FastivBrowser *self, cairo_t *cr, const Row *row)
border.left + extents.width + border.right,
border.top + extents.height + border.bottom);
// TODO(p): See if a mild checkerboard pattern would not look nice.
gtk_render_background(
style, cr, border.left, border.top, extents.width, extents.height);