Украшательства строки статуса
This commit is contained in:
parent
9a93d8fe26
commit
37aa0e47a7
|
@ -85,9 +85,9 @@ pack [ttk::label .frmStatus.lblGit] -side left -expand true -fill x
|
||||||
bind .frmStatus.lblGit <Button-1><ButtonRelease-1> {
|
bind .frmStatus.lblGit <Button-1><ButtonRelease-1> {
|
||||||
Git::BranchDialog %X %Y
|
Git::BranchDialog %X %Y
|
||||||
}
|
}
|
||||||
pack [ttk::label .frmStatus.lblSize -justify center] -side left -expand true -fill x
|
pack [ttk::label .frmStatus.lblPosition -justify right] -side left -expand true -fill x
|
||||||
pack [ttk::label .frmStatus.lblEncoding -justify center] -side left -expand true -fill x
|
pack [ttk::label .frmStatus.lblSize -justify center] -side right -fill x
|
||||||
pack [ttk::label .frmStatus.lblPosition -justify right] -side right -expand true -fill x
|
pack [ttk::label .frmStatus.lblEncoding -justify center] -side right -fill x
|
||||||
|
|
||||||
ttk::menubutton .frmMenu.mnuFile -text [::msgcat::mc "File"] -menu .frmMenu.mnuFile.m
|
ttk::menubutton .frmMenu.mnuFile -text [::msgcat::mc "File"] -menu .frmMenu.mnuFile.m
|
||||||
GetFileMenu [menu .frmMenu.mnuFile.m]
|
GetFileMenu [menu .frmMenu.mnuFile.m]
|
||||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
||||||
######################################################
|
######################################################
|
||||||
# Version: 2.0.0
|
# Version: 2.0.0
|
||||||
# Release: alpha
|
# Release: alpha
|
||||||
# Build: 10112022154503
|
# Build: 10112022155752
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
# определим текущую версию, релиз и т.д.
|
# определим текущую версию, релиз и т.д.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user