mirror of
https://github.com/git/git.git
synced 2024-11-02 15:28:21 +01:00
git-gui: Make the tree browser also use lightgray selection
In 9adccb05
Matthijs Melchior changed our selection colors in the
main index/working directory file lists to use a lightgray as the
background color as this made the UI easier to read on all platforms.
When we did that change we missed doing also doing in the file
browser UI. Doing so just makes the entire thing UI consistent.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
parent
c8c4854bec
commit
bba060462c
1 changed files with 1 additions and 3 deletions
|
@ -47,9 +47,7 @@ constructor new {commit {path {}}} {
|
|||
-width 70 \
|
||||
-xscrollcommand [list $w.list.sbx set] \
|
||||
-yscrollcommand [list $w.list.sby set]
|
||||
$w_list tag conf in_sel \
|
||||
-background [$w_list cget -foreground] \
|
||||
-foreground [$w_list cget -background]
|
||||
$w_list tag conf in_sel -background lightgray
|
||||
scrollbar $w.list.sbx -orient h -command [list $w_list xview]
|
||||
scrollbar $w.list.sby -orient v -command [list $w_list yview]
|
||||
pack $w.list.sbx -side bottom -fill x
|
||||
|
|
Loading…
Reference in a new issue