summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 706d6c3)
raw | patch | inline | side by side (parent: 706d6c3)
author | Mark Levedahl <mdl123@verizon.net> | |
Wed, 27 Jun 2007 01:51:35 +0000 (21:51 -0400) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Thu, 28 Jun 2007 00:08:53 +0000 (10:08 +1000) |
The tabstop must be a smallish positive integer, and a spinbox is the
accepted UI control to accomplish this limiting rather than the text
entry box previously used.
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
accepted UI control to accomplish this limiting rather than the text
entry box previously used.
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
gitk | patch | blob | history |
index 269f9b08a0691b4741f85b714191998006513756..f1b80ff39af5be726bb83ca512ad9e26bb39f602 100755 (executable)
--- a/gitk
+++ b/gitk
pack $top.ntag.b $top.ntag.l -side left
grid x $top.ntag -sticky w
label $top.tabstopl -text "tabstop" -font optionfont
- entry $top.tabstop -width 10 -textvariable tabstop
+ spinbox $top.tabstop -from 1 -to 20 -width 4 -textvariable tabstop
grid x $top.tabstopl $top.tabstop -sticky w
label $top.cdisp -text "Colors: press to choose"