Re: [PATCH 6/6] perf gtk/hists: Set rules hint for the hist browser

2013-06-04 Thread Pekka Enberg
On Tue, Jun 4, 2013 at 12:22 PM, Namhyung Kim wrote: > From: Namhyung Kim > > The 'rules' means that every second line of the tree view has a shaded > background, which makes it easier to see which cell belongs to which > row in the tree view. It can be useful for a tree view that has a lot > of

[PATCH 6/6] perf gtk/hists: Set rules hint for the hist browser

2013-06-04 Thread Namhyung Kim
From: Namhyung Kim The 'rules' means that every second line of the tree view has a shaded background, which makes it easier to see which cell belongs to which row in the tree view. It can be useful for a tree view that has a lot of rows. Cc: Pekka Enberg Signed-off-by: Namhyung Kim --- tools