Исправления гуя

This commit is contained in:
svkalinin 2022-10-21 14:59:08 +03:00
parent 335d088344
commit b83313b9be

View File

@ -78,6 +78,8 @@ namespace eval Git {
lappend res $line lappend res $line
} }
# cd $d # cd $d
.frmStatus.lblGit configure -text "[::msgcat::mc "Branch"]: [Git::Branches current]"
if [info exists res] { if [info exists res] {
return $res return $res
} }
@ -455,7 +457,7 @@ namespace eval Git {
# pack $win.yscroll -side left -expand false -fill y # pack $win.yscroll -side left -expand false -fill y
grid $win.bAdd -column 0 -row 0 -columnspan 2 -sticky new grid $win.bAdd -column 0 -row 0 -columnspan 2 -sticky new
grid $win.lBox -column 0 -row 1 grid $win.lBox -column 0 -row 1
grid $win.yscroll -column 1 -row 1 grid $win.yscroll -column 1 -row 1 -sticky nsw
set lst [Git::Branches all] set lst [Git::Branches all]
foreach { word } $lst { foreach { word } $lst {