Pass application context to GUI. #11
@ -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,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user