Use scrolling in editor, fixed border in editor, started work on presets, jump to group/action/variable from search is mostly working (may add highlighted background and scroll to in future)

This commit is contained in:
2021-01-31 13:32:02 -06:00
parent 9f54d21932
commit d340e94d46
6 changed files with 143 additions and 23 deletions

View File

@@ -13,8 +13,6 @@ module TAC
populate_configs
})
end
# label "Manage Configurations", text_size: 36
end
status_bar.clear do
@@ -23,7 +21,7 @@ module TAC
end
body.clear do
@configs_list = stack width: 1.0 do
@configs_list = stack width: 1.0, height: 1.0, scroll: true do
end
end