diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:32:51 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:32:51 (GMT) |
commit | 0cee339468704a60a192580d3f342d2620b1cbff (patch) | |
tree | 273c97c409290922f6577dfe7d703f03f715f277 /doc | |
parent | 7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f (diff) | |
download | tk-0cee339468704a60a192580d3f342d2620b1cbff.zip tk-0cee339468704a60a192580d3f342d2620b1cbff.tar.gz tk-0cee339468704a60a192580d3f342d2620b1cbff.tar.bz2 |
Fix wrong font styling in ttk::treeview.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_treeview.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index 7a8bc58..b81bc62 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -508,7 +508,7 @@ in your program, your users may have it set in their .wishrc. .PP .CS ttk::style configure Treeview \\ - \-rowheight [expr {[font metrics \fBfont\fP \-linespace] + 2}] + \-rowheight [expr {[font metrics \fIfont\fP \-linespace] + 2}] .CE .PP \fBHeading\fP styling options configurable with \fBttk::style\fP |