Добавил рамку кону ввода номера
This commit is contained in:
parent
3a792d7774
commit
2cbd7df913
|
@ -1319,7 +1319,7 @@ namespace eval Editor {
|
||||||
wm overrideredirect $win 1
|
wm overrideredirect $win 1
|
||||||
|
|
||||||
ttk::entry $win.ent
|
ttk::entry $win.ent
|
||||||
pack $win.ent -expand true -fill y -side left
|
pack $win.ent -expand true -fill y -side left -padx 3 -pady 3
|
||||||
|
|
||||||
bind $win <Escape> {
|
bind $win <Escape> {
|
||||||
destroy $Editor::win
|
destroy $Editor::win
|
||||||
|
|
Loading…
Reference in New Issue
Block a user