Drawing split, fix split left right behaviour

This commit is contained in:
Krzosa Karol
2025-05-10 11:37:03 +02:00
parent a2b081ec15
commit 78ea184868
6 changed files with 35 additions and 7 deletions

View File

@@ -253,6 +253,9 @@ void GenerateConfig() {
colors.add({"TitleBarActiveBackground", "0xfefefefe"});
colors.add({"TitleBarSelection", "GruvboxLight3"});
colors.add({"ResizerBackground", "GruvboxLight0Soft"});
colors.add({"ResizerOutline", "GruvboxLight3"});
Array<Var> style = {};
style.add({"WaitForEvents", "1"});
style.add({"DrawLineNumbers", "1"});