From 59e1d8332530d70c0ed9fabd01b896b83efc72b5 Mon Sep 17 00:00:00 2001 From: Gordon Norman Squash Date: Sun, 29 Sep 2024 18:43:44 -0400 Subject: Draw tree view rows in alternating colours ('zebra stripes') NOTE: Please see the README and the file `data/zebra-stripes.css` for information on how to actually activate the zebra stripes. --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b1417d0..4592d18 100644 --- a/meson.build +++ b/meson.build @@ -56,7 +56,8 @@ shared_module ('gtk3-classic-module', 'patches/icon-sizes.c', 'patches/no-emojis.c', 'patches/persistent-mnemonics.c', - 'patches/smaller-widgets.c' + 'patches/smaller-widgets.c', + 'patches/treeview-zebra-stripes.c' ], include_directories: [ include_dir ], dependencies: [ gtk_dep, gtk_unix_print_dep ], -- cgit