aboutsummaryrefslogtreecommitdiff
path: root/src/scenes
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-04-13 12:55:39 +0200
committerne_mene <[email protected]>2026-04-13 12:55:39 +0200
commitc70a8b5d3efd8bae0bd9a553fd3da17d94115c47 (patch)
tree1f06c0f9e8db0133096e3ab8741f9e96c755d073 /src/scenes
parent1bf54519e80c33c4007c044f4c060b109af9d530 (diff)
speck editor: height fix (for scroll)HEADmain
Diffstat (limited to 'src/scenes')
-rw-r--r--src/scenes/speck_editor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenes/speck_editor.lua b/src/scenes/speck_editor.lua
index 2598c34..78000b1 100644
--- a/src/scenes/speck_editor.lua
+++ b/src/scenes/speck_editor.lua
@@ -87,7 +87,7 @@ end
local function speck_editor_ui_sys(editor)
local system = editor.speck_sys
- im.begin_window("Speck Editor", 5, 5, 400, 1024, {})
+ im.begin_window("Speck Editor", 5, 5, 400, 512, {})
im.text("Properties:")
for _, prop in ipairs(SPECK_EXPORTED_ARGS) do
local func = PROPERTY_TYPES[type(system[prop])]