Skip to content

Commit

Permalink
git-gui: Avoid using bold text in entire gui for some fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Simon Sasburg authored and Shawn O. Pearce committed Sep 20, 2007
1 parent 3849bfb commit ae0754a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ proc apply_config {} {
set font [lindex $option 1]
if {[catch {
foreach {cn cv} $repo_config(gui.$name) {
font configure $font $cn $cv
font configure $font $cn $cv -weight normal
}
} err]} {
error_popup "Invalid font specified in gui.$name:\n\n$err"
Expand Down

0 comments on commit ae0754a

Please sign in to comment.