Skip to content

Commit ae0754a

Browse files
MrHackyspearce
authored andcommitted
git-gui: Avoid using bold text in entire gui for some fonts
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
1 parent 3849bfb commit ae0754a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ proc apply_config {} {
16481648
set font [lindex $option 1]
16491649
if {[catch {
16501650
foreach {cn cv} $repo_config(gui.$name) {
1651-
font configure $font $cn $cv
1651+
font configure $font $cn $cv -weight normal
16521652
}
16531653
} err]} {
16541654
error_popup "Invalid font specified in gui.$name:\n\n$err"

0 commit comments

Comments
 (0)