@@ -11581,7 +11581,7 @@ proc prefspage_general {notebook} {
11581
11581
11582
11582
set page [create_prefs_page $notebook .general]
11583
11583
11584
- ${NS} ::label $page .ldisp -text [mc " Commit list display options" ]
11584
+ ${NS} ::label $page .ldisp -text [mc " Commit list display options" ] -font mainfontbold
11585
11585
grid $page .ldisp - -sticky w -pady 10
11586
11586
${NS} ::label $page .spacer -text " "
11587
11587
${NS} ::label $page .maxwidthl -text [mc " Maximum graph width (lines)" ]
@@ -11602,7 +11602,7 @@ proc prefspage_general {notebook} {
11602
11602
-variable hideremotes
11603
11603
grid x $page .hideremotes -sticky w
11604
11604
11605
- ${NS} ::label $page .ddisp -text [mc " Diff display options" ]
11605
+ ${NS} ::label $page .ddisp -text [mc " Diff display options" ] -font mainfontbold
11606
11606
grid $page .ddisp - -sticky w -pady 10
11607
11607
${NS} ::label $page .tabstopl -text [mc " Tab spacing" ]
11608
11608
spinbox $page .tabstop -from 1 -to 20 -width 4 -textvariable tabstop
@@ -11635,7 +11635,7 @@ proc prefspage_general {notebook} {
11635
11635
pack configure $page .webbrowserf.l -padx 10
11636
11636
grid x $page .webbrowserf $page .webbrowser -sticky ew
11637
11637
11638
- ${NS} ::label $page .lgen -text [mc " General options" ]
11638
+ ${NS} ::label $page .lgen -text [mc " General options" ] -font mainfontbold
11639
11639
grid $page .lgen - -sticky w -pady 10
11640
11640
${NS} ::checkbutton $page .want_ttk -variable want_ttk \
11641
11641
-text [mc " Use themed widgets" ]
@@ -11654,7 +11654,7 @@ proc prefspage_colors {notebook} {
11654
11654
11655
11655
set page [create_prefs_page $notebook .colors]
11656
11656
11657
- ${NS} ::label $page .cdisp -text [mc " Colors: press to choose" ]
11657
+ ${NS} ::label $page .cdisp -text [mc " Colors: press to choose" ] -font mainfontbold
11658
11658
grid $page .cdisp - -sticky w -pady 10
11659
11659
label $page .ui -padx 40 -relief sunk -background $uicolor
11660
11660
${NS} ::button $page .uibut -text [mc " Interface" ] \
@@ -11712,7 +11712,7 @@ proc prefspage_colors {notebook} {
11712
11712
proc prefspage_fonts {notebook} {
11713
11713
global NS
11714
11714
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
11716
11716
grid $page .cfont - -sticky w -pady 10
11717
11717
mkfontdisp mainfont $page [mc " Main font" ]
11718
11718
mkfontdisp textfont $page [mc " Diff display font" ]
0 commit comments