Fix kilroy position on about page.
This commit is contained in:
parent
99ad6be5f2
commit
7306e09181
@ -35,8 +35,8 @@ impl Widget for About {
|
||||
"CLIDE WAS HERE",
|
||||
];
|
||||
let kilroy_rect = Rect {
|
||||
x: area.x,
|
||||
y: area.y + 7,
|
||||
x: chunks[1].x,
|
||||
y: chunks[1].y - kilroy.len() as u16 + 2,
|
||||
width: area.width,
|
||||
height: kilroy.len() as u16,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user