@@ -11581,7 +11581,7 @@ proc prefspage_general {notebook} {
1158111581
1158211582 set page [create_prefs_page $notebook .general]
1158311583
11584- ${NS} ::label $page .ldisp -text [mc " Commit list display options" ]
11584+ ${NS} ::label $page .ldisp -text [mc " Commit list display options" ] -font mainfontbold
1158511585 grid $page .ldisp - -sticky w -pady 10
1158611586 ${NS} ::label $page .spacer -text " "
1158711587 ${NS} ::label $page .maxwidthl -text [mc " Maximum graph width (lines)" ]
@@ -11602,7 +11602,7 @@ proc prefspage_general {notebook} {
1160211602 -variable hideremotes
1160311603 grid x $page .hideremotes -sticky w
1160411604
11605- ${NS} ::label $page .ddisp -text [mc " Diff display options" ]
11605+ ${NS} ::label $page .ddisp -text [mc " Diff display options" ] -font mainfontbold
1160611606 grid $page .ddisp - -sticky w -pady 10
1160711607 ${NS} ::label $page .tabstopl -text [mc " Tab spacing" ]
1160811608 spinbox $page .tabstop -from 1 -to 20 -width 4 -textvariable tabstop
@@ -11635,7 +11635,7 @@ proc prefspage_general {notebook} {
1163511635 pack configure $page .webbrowserf.l -padx 10
1163611636 grid x $page .webbrowserf $page .webbrowser -sticky ew
1163711637
11638- ${NS} ::label $page .lgen -text [mc " General options" ]
11638+ ${NS} ::label $page .lgen -text [mc " General options" ] -font mainfontbold
1163911639 grid $page .lgen - -sticky w -pady 10
1164011640 ${NS} ::checkbutton $page .want_ttk -variable want_ttk \
1164111641 -text [mc " Use themed widgets" ]
@@ -11654,7 +11654,7 @@ proc prefspage_colors {notebook} {
1165411654
1165511655 set page [create_prefs_page $notebook .colors]
1165611656
11657- ${NS} ::label $page .cdisp -text [mc " Colors: press to choose" ]
11657+ ${NS} ::label $page .cdisp -text [mc " Colors: press to choose" ] -font mainfontbold
1165811658 grid $page .cdisp - -sticky w -pady 10
1165911659 label $page .ui -padx 40 -relief sunk -background $uicolor
1166011660 ${NS} ::button $page .uibut -text [mc " Interface" ] \
@@ -11712,7 +11712,7 @@ proc prefspage_colors {notebook} {
1171211712proc prefspage_fonts {notebook} {
1171311713 global NS
1171411714 set page [create_prefs_page $notebook .fonts]
11715- ${NS} ::label $page .cfont -text [mc " Fonts: press to choose" ]
11715+ ${NS} ::label $page .cfont -text [mc " Fonts: press to choose" ] -font mainfontbold
1171611716 grid $page .cfont - -sticky w -pady 10
1171711717 mkfontdisp mainfont $page [mc " Main font" ]
1171811718 mkfontdisp textfont $page [mc " Diff display font" ]
0 commit comments