Pass application context to GUI. #11

Merged
shaunrd0 merged 9 commits from app-context into main 2026-01-31 04:25:16 +00:00
Showing only changes of commit 7306e09181 - Show all commits

View File

@ -35,8 +35,8 @@ impl Widget for About {
"CLIDE WAS HERE", "CLIDE WAS HERE",
]; ];
let kilroy_rect = Rect { let kilroy_rect = Rect {
x: area.x, x: chunks[1].x,
y: area.y + 7, y: chunks[1].y - kilroy.len() as u16 + 2,
width: area.width, width: area.width,
height: kilroy.len() as u16, height: kilroy.len() as u16,
}; };