Dropped tab layout, floating info window and clean

No longer using tabs, all info in one bottom panel.
Added a floating info window, can open from control bar.
Cleanup vertical widths for scroll bars in some panes.
This commit is contained in:
2026-06-24 10:31:09 +02:00
parent 6a43058033
commit 6d706a34cd
5 changed files with 55 additions and 60 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ gui_tab_memory :: proc(rect: rl.Rectangle, sim: ^Simulator) {
content_rect := rl.Rectangle{
0, 0,
rect.width - 12,
rect.width - 15,
f32(MEM_VIRTUAL_ROWS) * MEM_ROW_H,
}