author | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Wed, 27 Oct 2010 22:37:31 +0000 (23:37 +0100) | ||
committer | Pat Thoyts <patthoyts@users.sourceforge.net> | |
Wed, 27 Oct 2010 22:37:31 +0000 (23:37 +0100) | ||
commit | c744086964975eedfb7a6703789219b9749167d6 | |
tree | 6b9619744b464dee0ef85d1c13321eab5db98576 | tree | snapshot |
parent | 38ec8d3e265220fb091b8c5ad6233b502242f866 | commit | diff |
git-gui: use wordprocessor tab style to ensure tabs work as expected
The Tk text widget tab style is tabular where the first tab will align to
the first tabstop and if that position is left of the current location
then just a single character space is used. With the wordprocessor style
a tab moves the next character position to the next rightmost tabstop
as expected for viewing code.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
The Tk text widget tab style is tabular where the first tab will align to
the first tabstop and if that position is left of the current location
then just a single character space is used. With the wordprocessor style
a tab moves the next character position to the next rightmost tabstop
as expected for viewing code.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
git-gui.sh | diff | blob | history |