Изменения в диалоге поиска
This commit is contained in:
parent
d9d071092e
commit
db3cc0cc7d
|
@ -973,8 +973,8 @@ namespace eval Editor {
|
||||||
grid $win.lblCounter -row 2 -column 2 -sticky we
|
grid $win.lblCounter -row 2 -column 2 -sticky we
|
||||||
|
|
||||||
# set reqWidth [winfo reqwidth $win]
|
# set reqWidth [winfo reqwidth $win]
|
||||||
set boxX [expr [winfo rootx $w] + [expr [winfo width $nbEditor] - 350]]
|
set boxX [expr [winfo rootx $w] + [expr [winfo width $nbEditor] - 350]]
|
||||||
set boxY [expr [winfo rooty $w] + 10]
|
set boxY [expr [winfo rooty $w] + 10]
|
||||||
|
|
||||||
bind $win <Escape> {
|
bind $win <Escape> {
|
||||||
destroy $Editor::win
|
destroy $Editor::win
|
||||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
||||||
######################################################
|
######################################################
|
||||||
# Version: 2.0.0
|
# Version: 2.0.0
|
||||||
# Release: alpha
|
# Release: alpha
|
||||||
# Build: 14092022165515
|
# Build: 15092022154328
|
||||||
######################################################
|
######################################################
|
||||||
|
|
||||||
# определим текущую версию, релиз и т.д.
|
# определим текущую версию, релиз и т.д.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user