Skip to content

Commit

Permalink
remove cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Aug 5, 2024
1 parent 82532a2 commit 70cbcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ux/cpu.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 70cbcb2

Please sign in to comment.