Skip to content

Commit a41acc6

Browse files
committed
Merge git://git.kernel.org/pub/scm/gitk/gitk
* git://git.kernel.org/pub/scm/gitk/gitk: [PATCH] gitk: make Ctrl "+" really increase the font size
2 parents 3057ded + 646f3a1 commit a41acc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitk-git/gitk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,6 +996,7 @@ proc makewindow {} {
996996
bind . <$M1B-r> dosearchback
997997
bind . <$M1B-s> dosearch
998998
bind . <$M1B-equal> {incrfont 1}
999+
bind . <$M1B-plus> {incrfont 1}
9991000
bind . <$M1B-KP_Add> {incrfont 1}
10001001
bind . <$M1B-minus> {incrfont -1}
10011002
bind . <$M1B-KP_Subtract> {incrfont -1}

0 commit comments

Comments
 (0)