mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user