fix: render instance list vertically

This commit is contained in:
QiuSW
2026-07-22 16:42:45 +08:00
parent 1e5565e440
commit d4c5a89e2b
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -160,6 +160,7 @@ func NewShell(theme *material.Theme) *Shell {
s.logDir.SetText(`C:\Users\Public\chub\logs`)
s.closeOnExit.Value = true
s.browserKind.Value = "chrome"
s.list.Axis = layout.Vertical
return s
}