Small ui changes to fit the window better.

This commit is contained in:
2026-06-18 08:25:14 +02:00
parent 350a26d1b9
commit 1a6346895a
3 changed files with 37 additions and 27 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ gui_bottom_tabs :: proc(rect: rl.Rectangle, sim: ^Simulator) {
rl.DrawRectangleLinesEx(rect, 1, rl.GRAY)
// Setup tab bar
tabs := [?]cstring{ "Memory", "Disassembly", "Log" }
tabs := [?]cstring{ "Memory", "Log" }
tab_bar_rect := rl.Rectangle{
rect.x,