We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d82829b + 39ddf99 commit ca2b71aCopy full SHA for ca2b71a
gitk-git/gitk
@@ -10795,7 +10795,7 @@ proc fontok {} {
10795
if {$fontparam(slant) eq "italic"} {
10796
lappend fontpref($f) "italic"
10797
}
10798
- set w $prefstop.$f
+ set w $prefstop.notebook.fonts.$f
10799
$w conf -text $fontparam(family) -font $fontpref($f)
10800
10801
fontcan
@@ -11012,6 +11012,7 @@ proc doprefs {} {
11012
lappend pages [prefspage_general $notebook] [mc "General"]
11013
lappend pages [prefspage_colors $notebook] [mc "Colors"]
11014
lappend pages [prefspage_fonts $notebook] [mc "Fonts"]
11015
+ set col 0
11016
foreach {page title} $pages {
11017
if {$use_notebook} {
11018
$notebook add $page -text $title
0 commit comments