Skip to content

Commit fe5e7f3

Browse files
committed
Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk
* 'master' of git://git.kernel.org/pub/scm/gitk/gitk: gitk: Update selection background colorbar in prefs dialog gitk: Use a spinbox for setting tabstop settings
2 parents 9cc0589 + 281404c commit fe5e7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6972,7 +6972,7 @@ proc doprefs {} {
69726972
pack $top.ntag.b $top.ntag.l -side left
69736973
grid x $top.ntag -sticky w
69746974
label $top.tabstopl -text "tabstop" -font optionfont
6975-
entry $top.tabstop -width 10 -textvariable tabstop
6975+
spinbox $top.tabstop -from 1 -to 20 -width 4 -textvariable tabstop
69766976
grid x $top.tabstopl $top.tabstop -sticky w
69776977

69786978
label $top.cdisp -text "Colors: press to choose"
@@ -7004,7 +7004,7 @@ proc doprefs {} {
70047004
grid x $top.hunksepbut $top.hunksep -sticky w
70057005
label $top.selbgsep -padx 40 -relief sunk -background $selectbgcolor
70067006
button $top.selbgbut -text "Select bg" -font optionfont \
7007-
-command [list choosecolor selectbgcolor 0 $top.bg background setselbg]
7007+
-command [list choosecolor selectbgcolor 0 $top.selbgsep background setselbg]
70087008
grid x $top.selbgbut $top.selbgsep -sticky w
70097009

70107010
frame $top.buts

0 commit comments

Comments
 (0)