From 70cbcb22cd2e18d98bd8b0edd0f3d6a003c43b3a Mon Sep 17 00:00:00 2001 From: Admin <2762713521@qq.com> Date: Mon, 5 Aug 2024 11:36:20 +0800 Subject: [PATCH] remove cgo --- ux/cpu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux/cpu.go b/ux/cpu.go index f519c816..0c89b274 100644 --- a/ux/cpu.go +++ b/ux/cpu.go @@ -174,7 +174,7 @@ func LayoutCpu() unison.Paneler { BottomHSplit := widget.NewHSplit( HexEditTab, widget.NewTab("stack", "todo stack test", stackTable), - 0.1) + 0.3) //todo add tab into hex editor and stack layout /* tabs := gi.NewTabs(downSplits)