master
svkalinin 2022-10-21 13:00:30 +03:00
parent 517a724780
commit a3d9001cc8
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ namespace eval Git {
global activeProject
# Git repo status
set lblText "$activeProject | [::msgcat::mc "Branch"]: [Git::Branches current]"
ttk::label $w.header.lblGit -text $lblText -justify right
$w.header.lblGit configure -text $lblText
$w.body.t delete 1.0 end
$w.body.tCommit delete 1.0 end
$w.body.lCommit delete 0 end