开发者

How do I change the line height of a GtkTreeView using gtkrc?

In a Gtk application, I have that line height:

How do I change the line height of a GtkTreeView using gtkrc?

and I want this line height:

How do I change the line height of a GtkTreeView using gtkrc?

Note that this i开发者_JAVA百科s the same font size.

Is it possible to achieve this line height / padding using gtkrc? How?

Any hint will be appreciated.

fbmd


Add to gtkrc:

style "tree" {
  GtkTreeView::vertical-separator = 8
}
class "GtkTreeView" style "tree"
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜