Re: Border of GtkTreeView through CSS

2017-08-24 Thread Mitko Haralanov
I tried that and unfortunately it doesn't work. The reason why it doesn't work is that the widget stacking is in the wrong order. If I were to place the rounded border on the scrolledview widget, the treeview is placed on top of that and its square corners lay on top of the rounded corners,

Re: Border of GtkTreeView through CSS

2017-08-24 Thread infirit
Op 08/24/2017 om 10:00 PM schreef Mitko Haralanov: > treeview { > border-color: yellow; > border-style: solid; > border-width: 2px; > border-radius: 10px; > } > > what I end up with is a yellow border around every row in the treeview but > the treeview itself does not have a

Border of GtkTreeView through CSS

2017-08-24 Thread Mitko Haralanov
Hi all, I am trying to change the border style of a GtkTreeView widget through CSS and I am running into some very strange results. When I set the CSS for the GtkTreeView widgets with: treeview { border-color: yellow; border-style: solid; border-width: 2px; border-radius: