diff --git a/aio/code/aio.py b/aio/code/aio.py index 0fd0f4d..c9e6d1a 100644 --- a/aio/code/aio.py +++ b/aio/code/aio.py @@ -39,7 +39,7 @@ btns_func = { } widgets_dp = { 'path': {'label': '', 'entry': '', 'row': 0, 'col': 1, 'text': '数据文件夹路径'}, - 'dur': {'label': '', 'entry': '', 'row': 1, 'col': 1, 'text': '周期时间'}, + 'dur': {'label': '', 'entry': '', 'row': 1, 'col': 9, 'text': '周期时间'}, 'vel': {'label': '', 'optionmenu': '', 'row': 1, 'col': 1, 'text': ''}, 'trq': {'label': '', 'optionmenu': '', 'row': 1, 'col': 3, 'text': ''}, 'trqh': {'label': '', 'optionmenu': '', 'row': 1, 'col': 5, 'text': ''},