From 9b79cddfa6bba9e0ee3d1fc092f71cbd24387b99 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 5 Jul 2026 00:55:27 -0600 Subject: [PATCH] Adjust SQL layout default split ratio Give the two data tables more default vertical space (1/4 for the code editor instead of 3/5). Co-Authored-By: Claude Sonnet 5 --- src/desktop/Content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue index ee4ca22..4d7bbc0 100644 --- a/src/desktop/Content.vue +++ b/src/desktop/Content.vue @@ -12,7 +12,7 @@ import TurtleSection from "./TurtleSection.vue"