minor modification of UI for current data process

This commit is contained in:
gitea 2024-09-20 14:13:54 +08:00
parent 59711d9c65
commit 9f78b0e563

View File

@ -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': ''},